#AB5585

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

Shades of Royal Heath #AB5585

Tints of Royal Heath #AB5585

Color information

#AB5585 (or 0xAB5585) is unknown color: approx Royal Heath. HEX triplet: AB, 55 and 85. RGB value is (171,85,133). Sum of RGB (Red+Green+Blue) = 171+85+133=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5585 is #54AA7A. Grayscale: #747474. Windows color (decimal): -5548667 or 8738219. OLE color: 8738219.

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

Color convert

RGB17185133-
CMYK00.500.220.33
HSL326.51º33.86%50.2%-
HSV(B)326.51º50.29%67.06%-
XYZ24.2816.8524.16-
YUV116.19137.49167.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=43.96%
G=21.85%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718513300.500.220.33326.5133.8650.2
HexAB558503216211472232
Octal25312520506226415074262
Binary10101011101010110000101011001010110100001101000111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5585; }

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

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

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

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

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

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

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

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