#AB5981

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

Shades of Royal Heath #AB5981

Tints of Royal Heath #AB5981

Color information

#AB5981 (or 0xAB5981) is unknown color: approx Royal Heath. HEX triplet: AB, 59 and 81. RGB value is (171,89,129). Sum of RGB (Red+Green+Blue) = 171+89+129=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5981 is #54A67E. Grayscale: #767676. Windows color (decimal): -5547647 or 8477099. OLE color: 8477099.

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

Color convert

RGB17189129-
CMYK00.480.250.33
HSL330.73º32.8%50.98%-
HSV(B)330.73º47.95%67.06%-
XYZ24.3317.3922.84-
YUV118.08134.17165.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=43.96%
G=22.88%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718912900.480.250.33330.7332.850.98
HexAB5981030192114b2133
Octal25313120106031415134163
Binary10101011101100110000001011000011001100001101001011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5981; }

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

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

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

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

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

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

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

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