Shades of Royal Heath #AB5080
Tints of Royal Heath #AB5080
RGB
CMYK
RGB Variations
Color information
#AB5080 (or 0xAB5080) is known color: Royal Heath. HEX triplet: AB, 50 and 80. RGB value is (171,80,128). Sum of RGB (Red+Green+Blue) = 171+80+128=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5080 is #54AF7F. Grayscale: #707070. Windows color (decimal): -5549952 or 8409259. OLE color: 8409259.
HSL color Cylindrical-coordinate representation of color #AB5080: hue angle of 328.35º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5080 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 128 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.33 |
| HSL | 328.35º | 0.36% | 0.49% | - |
| HSV(B) | 328.35º | 0.53% | 0.67% | - |
| XYZ | 23.56 | 15.95 | 22.26 | - |
| YUV | 112.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 128 | 0 | 0.53 | 0.25 | 0.33 | 328.35 | 0.36 | 0.49 |
| Hex | AB | 50 | 80 | 0 | 35 | 19 | 21 | 148 | 24 | 31 |
| Octal | 253 | 120 | 200 | 0 | 65 | 31 | 41 | 510 | 44 | 61 |
| Binary | 10101011 | 1010000 | 10000000 | 0 | 110101 | 11001 | 100001 | 101001000 | 100100 | 110001 |
Color Harmonies of #AB5080
Complementary color
Monochromatic Colors of #AB5080
Black with #AB5080
Text Example
Text Example
White with #AB5080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5080; }
p { color: rgb(171,80,128); }
H1.HeaderClassName
{
color: #AB5080;
}
.AnyTagClassName
{
color: #AB5080;
}
</style>
background-color css
<style>
a { background-color: #AB5080; }
a { background-color: rgb(171,80,128); }
div.DivClassName
{
background-color: #AB5080;
}
.BgClassName
{
background-color: #AB5080;
}
</style>
border-color css
<style>
span { border-color: #AB5080; }
span { border-color: rgb(171,80,128); }
td.TdClassName
{
border-color: #AB5080;
}
.TagClassName
{
border-color: #AB5080;
}
</style>