Shades of Royal Heath #AB4B6C
Tints of Royal Heath #AB4B6C
RGB
CMYK
RGB Variations
Color information
#AB4B6C (or 0xAB4B6C) is known color: Royal Heath. HEX triplet: AB, 4B and 6C. RGB value is (171,75,108). Sum of RGB (Red+Green+Blue) = 171+75+108=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4B6C is #54B493. Grayscale: #6B6B6B. Windows color (decimal): -5551252 or 7097259. OLE color: 7097259.
HSL color Cylindrical-coordinate representation of color #AB4B6C: hue angle of 339.38º degrees, saturation: 0.39, 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 #AB4B6C is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 75 | 108 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.33 |
| HSL | 339.38º | 0.39% | 0.48% | - |
| HSV(B) | 339.38º | 0.56% | 0.67% | - |
| XYZ | 22.02 | 14.77 | 15.88 | - |
| YUV | 107.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 108 | 0 | 0.56 | 0.37 | 0.33 | 339.38 | 0.39 | 0.48 |
| Hex | AB | 4B | 6C | 0 | 38 | 25 | 21 | 153 | 27 | 30 |
| Octal | 253 | 113 | 154 | 0 | 70 | 45 | 41 | 523 | 47 | 60 |
| Binary | 10101011 | 1001011 | 1101100 | 0 | 111000 | 100101 | 100001 | 101010011 | 100111 | 110000 |
Color Harmonies of #AB4B6C
Complementary color
Monochromatic Colors of #AB4B6C
Black with #AB4B6C
Text Example
Text Example
White with #AB4B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4B6C; }
p { color: rgb(171,75,108); }
H1.HeaderClassName
{
color: #AB4B6C;
}
.AnyTagClassName
{
color: #AB4B6C;
}
</style>
background-color css
<style>
a { background-color: #AB4B6C; }
a { background-color: rgb(171,75,108); }
div.DivClassName
{
background-color: #AB4B6C;
}
.BgClassName
{
background-color: #AB4B6C;
}
</style>
border-color css
<style>
span { border-color: #AB4B6C; }
span { border-color: rgb(171,75,108); }
td.TdClassName
{
border-color: #AB4B6C;
}
.TagClassName
{
border-color: #AB4B6C;
}
</style>