#AB5977

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

Shades of Royal Heath #AB5977

Tints of Royal Heath #AB5977

Color information

#AB5977 (or 0xAB5977) is unknown color: approx Royal Heath. HEX triplet: AB, 59 and 77. RGB value is (171,89,119). Sum of RGB (Red+Green+Blue) = 171+89+119=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5977 is #54A688. Grayscale: #747474. Windows color (decimal): -5547657 or 7821739. OLE color: 7821739.

HSL color Cylindrical-coordinate representation of color #AB5977: hue angle of 338.05º 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 #AB5977 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB17189119-
CMYK00.480.300.33
HSL338.05º32.8%50.98%-
HSV(B)338.05º47.95%67.06%-
XYZ23.717.1319.51-
YUV116.94129.17166.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=45.12%
G=23.48%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718911900.480.300.33338.0532.850.98
HexAB59770301E211522133
Octal25313116706036415224163
Binary1010101110110011110111011000011110100001101010010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5977; }

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

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

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

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

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

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

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

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