Shades of Royal Heath #AB4C6C
Tints of Royal Heath #AB4C6C
RGB
CMYK
RGB Variations
Color information
#AB4C6C (or 0xAB4C6C) is known color: Royal Heath. HEX triplet: AB, 4C and 6C. RGB value is (171,76,108). Sum of RGB (Red+Green+Blue) = 171+76+108=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4C6C is #54B393. Grayscale: #6C6C6C. Windows color (decimal): -5550996 or 7097515. OLE color: 7097515.
HSL color Cylindrical-coordinate representation of color #AB4C6C: hue angle of 339.79º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4C6C is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 108 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.33 |
| HSL | 339.79º | 0.38% | 0.48% | - |
| HSV(B) | 339.79º | 0.56% | 0.67% | - |
| XYZ | 22.09 | 14.91 | 15.9 | - |
| YUV | 108.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 108 | 0 | 0.56 | 0.37 | 0.33 | 339.79 | 0.38 | 0.48 |
| Hex | AB | 4C | 6C | 0 | 38 | 25 | 21 | 154 | 26 | 30 |
| Octal | 253 | 114 | 154 | 0 | 70 | 45 | 41 | 524 | 46 | 60 |
| Binary | 10101011 | 1001100 | 1101100 | 0 | 111000 | 100101 | 100001 | 101010100 | 100110 | 110000 |
Color Harmonies of #AB4C6C
Complementary color
Monochromatic Colors of #AB4C6C
Black with #AB4C6C
Text Example
Text Example
White with #AB4C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C6C; }
p { color: rgb(171,76,108); }
H1.HeaderClassName
{
color: #AB4C6C;
}
.AnyTagClassName
{
color: #AB4C6C;
}
</style>
background-color css
<style>
a { background-color: #AB4C6C; }
a { background-color: rgb(171,76,108); }
div.DivClassName
{
background-color: #AB4C6C;
}
.BgClassName
{
background-color: #AB4C6C;
}
</style>
border-color css
<style>
span { border-color: #AB4C6C; }
span { border-color: rgb(171,76,108); }
td.TdClassName
{
border-color: #AB4C6C;
}
.TagClassName
{
border-color: #AB4C6C;
}
</style>