#AB597C

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

Shades of Royal Heath #AB597C

Tints of Royal Heath #AB597C

Color information

#AB597C (or 0xAB597C) is unknown color: approx Royal Heath. HEX triplet: AB, 59 and 7C. RGB value is (171,89,124). Sum of RGB (Red+Green+Blue) = 171+89+124=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB597C is #54A683. Grayscale: #757575. Windows color (decimal): -5547652 or 8149419. OLE color: 8149419.

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

Color convert

RGB17189124-
CMYK00.480.270.33
HSL334.39º32.8%50.98%-
HSV(B)334.39º47.95%67.06%-
XYZ24.0117.2621.13-
YUV117.51131.67166.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 124 (48.83% from 255) = 32.29%
R=44.53%
G=23.18%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718912400.480.270.33334.3932.850.98
HexAB597C0301B2114e2133
Octal25313117406033415164163
Binary1010101110110011111100011000011011100001101001110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB597C; }

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

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

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

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

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

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

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

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