Shades of Royal Heath #AB4680
Tints of Royal Heath #AB4680
RGB
CMYK
RGB Variations
Color information
#AB4680 (or 0xAB4680) is known color: Royal Heath. HEX triplet: AB, 46 and 80. RGB value is (171,70,128). Sum of RGB (Red+Green+Blue) = 171+70+128=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4680 is #54B97F. Grayscale: #6A6A6A. Windows color (decimal): -5552512 or 8406699. OLE color: 8406699.
HSL color Cylindrical-coordinate representation of color #AB4680: hue angle of 325.54º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB4680 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 128 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.33 |
| HSL | 325.54º | 0.42% | 0.47% | - |
| HSV(B) | 325.54º | 0.59% | 0.67% | - |
| XYZ | 22.88 | 14.6 | 22.03 | - |
| YUV | 106.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 128 | 0 | 0.59 | 0.25 | 0.33 | 325.54 | 0.42 | 0.47 |
| Hex | AB | 46 | 80 | 0 | 3B | 19 | 21 | 146 | 2A | 2F |
| Octal | 253 | 106 | 200 | 0 | 73 | 31 | 41 | 506 | 52 | 57 |
| Binary | 10101011 | 1000110 | 10000000 | 0 | 111011 | 11001 | 100001 | 101000110 | 101010 | 101111 |
Color Harmonies of #AB4680
Complementary color
Monochromatic Colors of #AB4680
Black with #AB4680
Text Example
Text Example
White with #AB4680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4680; }
p { color: rgb(171,70,128); }
H1.HeaderClassName
{
color: #AB4680;
}
.AnyTagClassName
{
color: #AB4680;
}
</style>
background-color css
<style>
a { background-color: #AB4680; }
a { background-color: rgb(171,70,128); }
div.DivClassName
{
background-color: #AB4680;
}
.BgClassName
{
background-color: #AB4680;
}
</style>
border-color css
<style>
span { border-color: #AB4680; }
span { border-color: rgb(171,70,128); }
td.TdClassName
{
border-color: #AB4680;
}
.TagClassName
{
border-color: #AB4680;
}
</style>