#AB5879

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

Shades of Royal Heath #AB5879

Tints of Royal Heath #AB5879

Color information

#AB5879 (or 0xAB5879) is unknown color: approx Royal Heath. HEX triplet: AB, 58 and 79. RGB value is (171,88,121). Sum of RGB (Red+Green+Blue) = 171+88+121=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5879 is #54A786. Grayscale: #747474. Windows color (decimal): -5547911 or 7952555. OLE color: 7952555.

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

Color convert

RGB17188121-
CMYK00.490.290.33
HSL336.14º33.07%50.78%-
HSV(B)336.14º48.54%67.06%-
XYZ23.7417.0220.12-
YUV116.58130.5166.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=45%
G=23.16%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718812100.490.290.33336.1433.0750.78
HexAB58790311D211502133
Octal25313017106135415204163
Binary1010101110110001111001011000111101100001101010000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5879; }

 p { color: rgb(171,88,121); }

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

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

 a { background-color: rgb(171,88,121); }

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

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

 span { border-color: rgb(171,88,121); }

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