Shades of Royal Heath #AB5685
Tints of Royal Heath #AB5685
RGB
CMYK
RGB Variations
Color information
#AB5685 (or 0xAB5685) is known color: Royal Heath. HEX triplet: AB, 56 and 85. RGB value is (171,86,133). Sum of RGB (Red+Green+Blue) = 171+86+133=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5685 is #54A97A. Grayscale: #747474. Windows color (decimal): -5548411 or 8738475. OLE color: 8738475.
HSL color Cylindrical-coordinate representation of color #AB5685: hue angle of 326.82º 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 #AB5685 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 133 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.33 |
| HSL | 326.82º | 0.34% | 0.5% | - |
| HSV(B) | 326.82º | 0.5% | 0.67% | - |
| XYZ | 24.36 | 17.01 | 24.19 | - |
| YUV | 116.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 133 | 0 | 0.50 | 0.22 | 0.33 | 326.82 | 0.34 | 0.5 |
| Hex | AB | 56 | 85 | 0 | 32 | 16 | 21 | 147 | 22 | 32 |
| Octal | 253 | 126 | 205 | 0 | 62 | 26 | 41 | 507 | 42 | 62 |
| Binary | 10101011 | 1010110 | 10000101 | 0 | 110010 | 10110 | 100001 | 101000111 | 100010 | 110010 |
Color Harmonies of #AB5685
Complementary color
Monochromatic Colors of #AB5685
Black with #AB5685
Text Example
Text Example
White with #AB5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5685; }
p { color: rgb(171,86,133); }
H1.HeaderClassName
{
color: #AB5685;
}
.AnyTagClassName
{
color: #AB5685;
}
</style>
background-color css
<style>
a { background-color: #AB5685; }
a { background-color: rgb(171,86,133); }
div.DivClassName
{
background-color: #AB5685;
}
.BgClassName
{
background-color: #AB5685;
}
</style>
border-color css
<style>
span { border-color: #AB5685; }
span { border-color: rgb(171,86,133); }
td.TdClassName
{
border-color: #AB5685;
}
.TagClassName
{
border-color: #AB5685;
}
</style>