#AB5581

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

Shades of Royal Heath #AB5581

Tints of Royal Heath #AB5581

Color information

#AB5581 (or 0xAB5581) is unknown color: approx Royal Heath. HEX triplet: AB, 55 and 81. RGB value is (171,85,129). Sum of RGB (Red+Green+Blue) = 171+85+129=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5581 is #54AA7E. Grayscale: #737373. Windows color (decimal): -5548671 or 8476075. OLE color: 8476075.

HSL color Cylindrical-coordinate representation of color #AB5581: hue angle of 329.3º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5581 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17185129-
CMYK00.500.250.33
HSL329.3º33.86%50.2%-
HSV(B)329.3º50.29%67.06%-
XYZ24.0116.7422.73-
YUV115.73135.49167.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=44.42%
G=22.08%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718512900.500.250.33329.333.8650.2
HexAB558103219211492232
Octal25312520106231415114262
Binary10101011101010110000001011001011001100001101001001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5581; }

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

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

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

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

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

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

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

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