Shades of Royal Heath #AB4E7B
Tints of Royal Heath #AB4E7B
RGB
CMYK
RGB Variations
Color information
#AB4E7B (or 0xAB4E7B) is known color: Royal Heath. HEX triplet: AB, 4E and 7B. RGB value is (171,78,123). Sum of RGB (Red+Green+Blue) = 171+78+123=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4E7B is #54B184. Grayscale: #6E6E6E. Windows color (decimal): -5550469 or 8081067. OLE color: 8081067.
HSL color Cylindrical-coordinate representation of color #AB4E7B: hue angle of 330.97º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB4E7B is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 78 | 123 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.33 |
| HSL | 330.97º | 0.37% | 0.49% | - |
| HSV(B) | 330.97º | 0.54% | 0.67% | - |
| XYZ | 23.09 | 15.54 | 20.52 | - |
| YUV | 110.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 123 | 0 | 0.54 | 0.28 | 0.33 | 330.97 | 0.37 | 0.49 |
| Hex | AB | 4E | 7B | 0 | 36 | 1C | 21 | 14B | 25 | 31 |
| Octal | 253 | 116 | 173 | 0 | 66 | 34 | 41 | 513 | 45 | 61 |
| Binary | 10101011 | 1001110 | 1111011 | 0 | 110110 | 11100 | 100001 | 101001011 | 100101 | 110001 |
Color Harmonies of #AB4E7B
Complementary color
Monochromatic Colors of #AB4E7B
Black with #AB4E7B
Text Example
Text Example
White with #AB4E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4E7B; }
p { color: rgb(171,78,123); }
H1.HeaderClassName
{
color: #AB4E7B;
}
.AnyTagClassName
{
color: #AB4E7B;
}
</style>
background-color css
<style>
a { background-color: #AB4E7B; }
a { background-color: rgb(171,78,123); }
div.DivClassName
{
background-color: #AB4E7B;
}
.BgClassName
{
background-color: #AB4E7B;
}
</style>
border-color css
<style>
span { border-color: #AB4E7B; }
span { border-color: rgb(171,78,123); }
td.TdClassName
{
border-color: #AB4E7B;
}
.TagClassName
{
border-color: #AB4E7B;
}
</style>