#AB3E72

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

Shades of Rouge #AB3E72

Tints of Rouge #AB3E72

Color information

#AB3E72 (or 0xAB3E72) is unknown color: approx Rouge. HEX triplet: AB, 3E and 72. RGB value is (171,62,114). Sum of RGB (Red+Green+Blue) = 171+62+114=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E72 is #54C18D. Grayscale: #646464. Windows color (decimal): -5554574 or 7487147. OLE color: 7487147.

HSL color Cylindrical-coordinate representation of color #AB3E72: hue angle of 331.38º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E72 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB17162114-
CMYK00.640.330.33
HSL331.38º46.78%45.69%-
HSV(B)331.38º63.74%67.06%-
XYZ21.5513.3217.35-
YUV100.52135.61178.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 62 (24.61% from 255) = 17.87%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=49.28%
G=17.87%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716211400.640.330.33331.3846.7845.69
HexAB3E72040212114b2f2e
Octal25376162010041415135756
Binary10101011111110111001001000000100001100001101001011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3E72; }

 p { color: rgb(171,62,114); }

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

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

 a { background-color: rgb(171,62,114); }

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

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

 span { border-color: rgb(171,62,114); }

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