Shades of Royal Heath #AB4673
Tints of Royal Heath #AB4673
RGB
CMYK
RGB Variations
Color information
#AB4673 (or 0xAB4673) is known color: Royal Heath. HEX triplet: AB, 46 and 73. RGB value is (171,70,115). Sum of RGB (Red+Green+Blue) = 171+70+115=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4673 is #54B98C. Grayscale: #696969. Windows color (decimal): -5552525 or 7554731. OLE color: 7554731.
HSL color Cylindrical-coordinate representation of color #AB4673: hue angle of 333.27º 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 #AB4673 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 115 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.33 |
| HSL | 333.27º | 0.42% | 0.47% | - |
| HSV(B) | 333.27º | 0.59% | 0.67% | - |
| XYZ | 22.08 | 14.28 | 17.81 | - |
| YUV | 105.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 115 | 0 | 0.59 | 0.33 | 0.33 | 333.27 | 0.42 | 0.47 |
| Hex | AB | 46 | 73 | 0 | 3B | 21 | 21 | 14D | 2A | 2F |
| Octal | 253 | 106 | 163 | 0 | 73 | 41 | 41 | 515 | 52 | 57 |
| Binary | 10101011 | 1000110 | 1110011 | 0 | 111011 | 100001 | 100001 | 101001101 | 101010 | 101111 |
Color Harmonies of #AB4673
Complementary color
Monochromatic Colors of #AB4673
Black with #AB4673
Text Example
Text Example
White with #AB4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4673; }
p { color: rgb(171,70,115); }
H1.HeaderClassName
{
color: #AB4673;
}
.AnyTagClassName
{
color: #AB4673;
}
</style>
background-color css
<style>
a { background-color: #AB4673; }
a { background-color: rgb(171,70,115); }
div.DivClassName
{
background-color: #AB4673;
}
.BgClassName
{
background-color: #AB4673;
}
</style>
border-color css
<style>
span { border-color: #AB4673; }
span { border-color: rgb(171,70,115); }
td.TdClassName
{
border-color: #AB4673;
}
.TagClassName
{
border-color: #AB4673;
}
</style>