#AB3066

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

Shades of Rouge #AB3066

Tints of Rouge #AB3066

Color information

#AB3066 (or 0xAB3066) is unknown color: approx Rouge. HEX triplet: AB, 30 and 66. RGB value is (171,48,102). Sum of RGB (Red+Green+Blue) = 171+48+102=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3066 is #54CF99. Grayscale: #5A5A5A. Windows color (decimal): -5558170 or 6697131. OLE color: 6697131.

HSL color Cylindrical-coordinate representation of color #AB3066: hue angle of 333.66º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3066 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB17148102-
CMYK00.720.400.33
HSL333.66º56.16%42.94%-
HSV(B)333.66º71.93%67.06%-
XYZ20.2511.7313.77-
YUV90.93134.25185.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=53.27%
G=14.95%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714810200.720.400.33333.6656.1642.94
HexAB3066048282114e382b
Octal25360146011050415167053
Binary10101011110000110011001001000101000100001101001110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3066; }

 p { color: rgb(171,48,102); }

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

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

 a { background-color: rgb(171,48,102); }

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

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

 span { border-color: rgb(171,48,102); }

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