#AB5984

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

Shades of Royal Heath #AB5984

Tints of Royal Heath #AB5984

Color information

#AB5984 (or 0xAB5984) is unknown color: approx Royal Heath. HEX triplet: AB, 59 and 84. RGB value is (171,89,132). Sum of RGB (Red+Green+Blue) = 171+89+132=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5984 is #54A67B. Grayscale: #767676. Windows color (decimal): -5547644 or 8673707. OLE color: 8673707.

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

Color convert

RGB17189132-
CMYK00.480.230.33
HSL328.54º32.8%50.98%-
HSV(B)328.54º47.95%67.06%-
XYZ24.5317.4723.91-
YUV118.42135.67165.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=43.62%
G=22.70%
B=33.67%

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
Decimal1718913200.480.230.33328.5432.850.98
HexAB598403017211492133
Octal25313120406027415114163
Binary10101011101100110000100011000010111100001101001001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5984; }

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

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

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

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

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

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

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

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