Shades of Royal Heath #AB5683
Tints of Royal Heath #AB5683
RGB
CMYK
RGB Variations
Color information
#AB5683 (or 0xAB5683) is known color: Royal Heath. HEX triplet: AB, 56 and 83. RGB value is (171,86,131). Sum of RGB (Red+Green+Blue) = 171+86+131=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5683 is #54A97C. Grayscale: #747474. Windows color (decimal): -5548413 or 8607403. OLE color: 8607403.
HSL color Cylindrical-coordinate representation of color #AB5683: hue angle of 328.24º 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 #AB5683 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 131 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.33 |
| HSL | 328.24º | 0.34% | 0.5% | - |
| HSV(B) | 328.24º | 0.5% | 0.67% | - |
| XYZ | 24.22 | 16.95 | 23.47 | - |
| YUV | 116.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 131 | 0 | 0.50 | 0.23 | 0.33 | 328.24 | 0.34 | 0.5 |
| Hex | AB | 56 | 83 | 0 | 32 | 17 | 21 | 148 | 22 | 32 |
| Octal | 253 | 126 | 203 | 0 | 62 | 27 | 41 | 510 | 42 | 62 |
| Binary | 10101011 | 1010110 | 10000011 | 0 | 110010 | 10111 | 100001 | 101001000 | 100010 | 110010 |
Color Harmonies of #AB5683
Complementary color
Monochromatic Colors of #AB5683
Black with #AB5683
Text Example
Text Example
White with #AB5683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5683; }
p { color: rgb(171,86,131); }
H1.HeaderClassName
{
color: #AB5683;
}
.AnyTagClassName
{
color: #AB5683;
}
</style>
background-color css
<style>
a { background-color: #AB5683; }
a { background-color: rgb(171,86,131); }
div.DivClassName
{
background-color: #AB5683;
}
.BgClassName
{
background-color: #AB5683;
}
</style>
border-color css
<style>
span { border-color: #AB5683; }
span { border-color: rgb(171,86,131); }
td.TdClassName
{
border-color: #AB5683;
}
.TagClassName
{
border-color: #AB5683;
}
</style>