Shades of Royal Heath #AB467B
Tints of Royal Heath #AB467B
RGB
CMYK
RGB Variations
Color information
#AB467B (or 0xAB467B) is known color: Royal Heath. HEX triplet: AB, 46 and 7B. RGB value is (171,70,123). Sum of RGB (Red+Green+Blue) = 171+70+123=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB467B is #54B984. Grayscale: #6A6A6A. Windows color (decimal): -5552517 or 8079019. OLE color: 8079019.
HSL color Cylindrical-coordinate representation of color #AB467B: hue angle of 328.51º 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 #AB467B is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 123 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.33 |
| HSL | 328.51º | 0.42% | 0.47% | - |
| HSV(B) | 328.51º | 0.59% | 0.67% | - |
| XYZ | 22.56 | 14.47 | 20.34 | - |
| YUV | 106.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 123 | 0 | 0.59 | 0.28 | 0.33 | 328.51 | 0.42 | 0.47 |
| Hex | AB | 46 | 7B | 0 | 3B | 1C | 21 | 149 | 2A | 2F |
| Octal | 253 | 106 | 173 | 0 | 73 | 34 | 41 | 511 | 52 | 57 |
| Binary | 10101011 | 1000110 | 1111011 | 0 | 111011 | 11100 | 100001 | 101001001 | 101010 | 101111 |
Color Harmonies of #AB467B
Complementary color
Monochromatic Colors of #AB467B
Black with #AB467B
Text Example
Text Example
White with #AB467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB467B; }
p { color: rgb(171,70,123); }
H1.HeaderClassName
{
color: #AB467B;
}
.AnyTagClassName
{
color: #AB467B;
}
</style>
background-color css
<style>
a { background-color: #AB467B; }
a { background-color: rgb(171,70,123); }
div.DivClassName
{
background-color: #AB467B;
}
.BgClassName
{
background-color: #AB467B;
}
</style>
border-color css
<style>
span { border-color: #AB467B; }
span { border-color: rgb(171,70,123); }
td.TdClassName
{
border-color: #AB467B;
}
.TagClassName
{
border-color: #AB467B;
}
</style>