#AB4872

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

Shades of Royal Heath #AB4872

Tints of Royal Heath #AB4872

Color information

#AB4872 (or 0xAB4872) is unknown color: approx Royal Heath. HEX triplet: AB, 48 and 72. RGB value is (171,72,114). Sum of RGB (Red+Green+Blue) = 171+72+114=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4872 is #54B78D. Grayscale: #6A6A6A. Windows color (decimal): -5552014 or 7489707. OLE color: 7489707.

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

Color convert

RGB17172114-
CMYK00.580.330.33
HSL334.55º40.74%47.65%-
HSV(B)334.55º57.89%67.06%-
XYZ22.1514.5117.55-
YUV106.39132.3174.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=47.90%
G=20.17%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717211400.580.330.33334.5540.7447.65
HexAB487203A212114f2930
Octal25311016207241415175160
Binary10101011100100011100100111010100001100001101001111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4872; }

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

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

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

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

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

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

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

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