#AB5973

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

Shades of Royal Heath #AB5973

Tints of Royal Heath #AB5973

Color information

#AB5973 (or 0xAB5973) is unknown color: approx Royal Heath. HEX triplet: AB, 59 and 73. RGB value is (171,89,115). Sum of RGB (Red+Green+Blue) = 171+89+115=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5973 is #54A68C. Grayscale: #747474. Windows color (decimal): -5547661 or 7559595. OLE color: 7559595.

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

Color convert

RGB17189115-
CMYK00.480.330.33
HSL340.98º32.8%50.98%-
HSV(B)340.98º47.95%67.06%-
XYZ23.4617.0418.27-
YUV116.48127.17166.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=45.6%
G=23.73%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718911500.480.330.33340.9832.850.98
HexAB597303021211552133
Octal25313116306041415254163
Binary10101011101100111100110110000100001100001101010101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5973; }

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

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

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

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

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

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

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

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