#A33775

Color #A33775 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A33775

Tints of Rouge #A33775

Color information

#A33775 (or 0xA33775) is unknown color: approx Rouge. HEX triplet: A3, 37 and 75. RGB value is (163,55,117). Sum of RGB (Red+Green+Blue) = 163+55+117=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A33775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33775 is #5CC88A. Grayscale: #5E5E5E. Windows color (decimal): -6080651 or 7681955. OLE color: 7681955.

HSL color Cylindrical-coordinate representation of color #A33775: hue angle of 325.56º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33775 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16355117-
CMYK00.660.280.36
HSL325.56º49.54%42.75%-
HSV(B)325.56º66.26%63.92%-
XYZ19.6811.818.07-
YUV94.36140.78176.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 48.66%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=48.66%
G=16.42%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635511700.660.280.36325.5649.5442.75
HexA337750421C24146322b
Octal24367165010234445066253
Binary1010001111011111101010100001011100100100101000110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33775; }

 p { color: rgb(163,55,117); }

 H1.HeaderClassName
 {
   color: #A33775;
 }
 .AnyTagClassName
 {
   color: #A33775;
 }
</style>
background-color css

<style>
 a { background-color: #A33775; }

 a { background-color: rgb(163,55,117); }

 div.DivClassName
 {
   background-color: #A33775;
 }
 .BgClassName
 {
   background-color: #A33775;
 }
</style>
border-color css

<style>
 span { border-color: #A33775; }

 span { border-color: rgb(163,55,117); }

 td.TdClassName
 {
   border-color: #A33775;
 }
 .TagClassName
 {
   border-color: #A33775;
 }
</style>