#AB5476

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

Shades of Royal Heath #AB5476

Tints of Royal Heath #AB5476

Color information

#AB5476 (or 0xAB5476) is unknown color: approx Royal Heath. HEX triplet: AB, 54 and 76. RGB value is (171,84,118). Sum of RGB (Red+Green+Blue) = 171+84+118=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5476 is #54AB89. Grayscale: #717171. Windows color (decimal): -5548938 or 7754923. OLE color: 7754923.

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

Color convert

RGB17184118-
CMYK00.510.310.33
HSL336.55º34.12%50%-
HSV(B)336.55º50.88%67.06%-
XYZ23.2316.3119.06-
YUV113.89130.32168.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=45.84%
G=22.52%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718411800.510.310.33336.5534.1250
HexAB54760331F211512232
Octal25312416606337415214262
Binary1010101110101001110110011001111111100001101010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5476; }

 p { color: rgb(171,84,118); }

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

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

 a { background-color: rgb(171,84,118); }

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

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

 span { border-color: rgb(171,84,118); }

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