Shades of Royal Heath #AB457C
Tints of Royal Heath #AB457C
RGB
CMYK
RGB Variations
Color information
#AB457C (or 0xAB457C) is known color: Royal Heath. HEX triplet: AB, 45 and 7C. RGB value is (171,69,124). Sum of RGB (Red+Green+Blue) = 171+69+124=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB457C is #54BA83. Grayscale: #696969. Windows color (decimal): -5552772 or 8144299. OLE color: 8144299.
HSL color Cylindrical-coordinate representation of color #AB457C: hue angle of 327.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB457C is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 124 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.33 |
| HSL | 327.65º | 0.43% | 0.47% | - |
| HSV(B) | 327.65º | 0.6% | 0.67% | - |
| XYZ | 22.56 | 14.37 | 20.65 | - |
| YUV | 105.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 124 | 0 | 0.60 | 0.27 | 0.33 | 327.65 | 0.43 | 0.47 |
| Hex | AB | 45 | 7C | 0 | 3C | 1B | 21 | 148 | 2A | 2F |
| Octal | 253 | 105 | 174 | 0 | 74 | 33 | 41 | 510 | 52 | 57 |
| Binary | 10101011 | 1000101 | 1111100 | 0 | 111100 | 11011 | 100001 | 101001000 | 101010 | 101111 |
Color Harmonies of #AB457C
Complementary color
Monochromatic Colors of #AB457C
Black with #AB457C
Text Example
Text Example
White with #AB457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB457C; }
p { color: rgb(171,69,124); }
H1.HeaderClassName
{
color: #AB457C;
}
.AnyTagClassName
{
color: #AB457C;
}
</style>
background-color css
<style>
a { background-color: #AB457C; }
a { background-color: rgb(171,69,124); }
div.DivClassName
{
background-color: #AB457C;
}
.BgClassName
{
background-color: #AB457C;
}
</style>
border-color css
<style>
span { border-color: #AB457C; }
span { border-color: rgb(171,69,124); }
td.TdClassName
{
border-color: #AB457C;
}
.TagClassName
{
border-color: #AB457C;
}
</style>