#AB5580

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

Shades of Royal Heath #AB5580

Tints of Royal Heath #AB5580

Color information

#AB5580 (or 0xAB5580) is unknown color: approx Royal Heath. HEX triplet: AB, 55 and 80. RGB value is (171,85,128). Sum of RGB (Red+Green+Blue) = 171+85+128=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5580 is #54AA7F. Grayscale: #737373. Windows color (decimal): -5548672 or 8410539. OLE color: 8410539.

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

Color convert

RGB17185128-
CMYK00.500.250.33
HSL330º33.86%50.2%-
HSV(B)330º50.29%67.06%-
XYZ23.9416.7122.39-
YUV115.62134.99167.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=44.53%
G=22.14%
B=33.33%

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
Decimal1718512800.500.250.3333033.8650.2
HexAB5580032192114a2232
Octal25312520006231415124262
Binary10101011101010110000000011001011001100001101001010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5580; }

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

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

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

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

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

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

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

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