#AB5480

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

Shades of Royal Heath #AB5480

Tints of Royal Heath #AB5480

Color information

#AB5480 (or 0xAB5480) is unknown color: approx Royal Heath. HEX triplet: AB, 54 and 80. RGB value is (171,84,128). Sum of RGB (Red+Green+Blue) = 171+84+128=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5480 is #54AB7F. Grayscale: #727272. Windows color (decimal): -5548928 or 8410283. OLE color: 8410283.

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

Color convert

RGB17184128-
CMYK00.510.250.33
HSL329.66º34.12%50%-
HSV(B)329.66º50.88%67.06%-
XYZ23.8616.5622.36-
YUV115.03135.32167.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=44.65%
G=21.93%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718412800.510.250.33329.6634.1250
HexAB5480033192114a2232
Octal25312420006331415124262
Binary10101011101010010000000011001111001100001101001010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5480; }

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

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

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

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

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

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

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

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