#AB5A80

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

Shades of Royal Heath #AB5A80

Tints of Royal Heath #AB5A80

Color information

#AB5A80 (or 0xAB5A80) is unknown color: approx Royal Heath. HEX triplet: AB, 5A and 80. RGB value is (171,90,128). Sum of RGB (Red+Green+Blue) = 171+90+128=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5A80 is #54A57F. Grayscale: #767676. Windows color (decimal): -5547392 or 8411819. OLE color: 8411819.

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

Color convert

RGB17190128-
CMYK00.470.250.33
HSL331.85º32.53%51.18%-
HSV(B)331.85º47.37%67.06%-
XYZ24.3517.5322.52-
YUV118.55133.34165.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=43.96%
G=23.14%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719012800.470.250.33331.8532.5351.18
HexAB5A8002F192114c2133
Octal25313220005731415144163
Binary10101011101101010000000010111111001100001101001100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A80; }

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

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

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

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

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

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

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

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