#AB5972

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

Shades of Royal Heath #AB5972

Tints of Royal Heath #AB5972

Color information

#AB5972 (or 0xAB5972) is unknown color: approx Royal Heath. HEX triplet: AB, 59 and 72. RGB value is (171,89,114). Sum of RGB (Red+Green+Blue) = 171+89+114=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5972 is #54A68D. Grayscale: #747474. Windows color (decimal): -5547662 or 7494059. OLE color: 7494059.

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

Color convert

RGB17189114-
CMYK00.480.330.33
HSL341.71º32.8%50.98%-
HSV(B)341.71º47.95%67.06%-
XYZ23.417.0217.97-
YUV116.37126.67166.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.72%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=45.72%
G=23.80%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718911400.480.330.33341.7132.850.98
HexAB597203021211562133
Octal25313116206041415264163
Binary10101011101100111100100110000100001100001101010110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5972; }

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

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

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

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

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

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

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

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