#AB5983

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

Shades of Royal Heath #AB5983

Tints of Royal Heath #AB5983

Color information

#AB5983 (or 0xAB5983) is unknown color: approx Royal Heath. HEX triplet: AB, 59 and 83. RGB value is (171,89,131). Sum of RGB (Red+Green+Blue) = 171+89+131=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5983 is #54A67C. Grayscale: #767676. Windows color (decimal): -5547645 or 8608171. OLE color: 8608171.

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

Color convert

RGB17189131-
CMYK00.480.230.33
HSL329.27º32.8%50.98%-
HSV(B)329.27º47.95%67.06%-
XYZ24.4617.4423.55-
YUV118.31135.17165.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=43.73%
G=22.76%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718913100.480.230.33329.2732.850.98
HexAB598303017211492133
Octal25313120306027415114163
Binary10101011101100110000011011000010111100001101001001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5983; }

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

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

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

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

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

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

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

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