Shades of Royal Heath #AB457B
Tints of Royal Heath #AB457B
RGB
CMYK
RGB Variations
Color information
#AB457B (or 0xAB457B) is known color: Royal Heath. HEX triplet: AB, 45 and 7B. RGB value is (171,69,123). Sum of RGB (Red+Green+Blue) = 171+69+123=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB457B is #54BA84. Grayscale: #696969. Windows color (decimal): -5552773 or 8078763. OLE color: 8078763.
HSL color Cylindrical-coordinate representation of color #AB457B: hue angle of 328.24º 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 #AB457B is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 123 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.33 |
| HSL | 328.24º | 0.43% | 0.47% | - |
| HSV(B) | 328.24º | 0.6% | 0.67% | - |
| XYZ | 22.5 | 14.34 | 20.32 | - |
| YUV | 105.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 123 | 0 | 0.60 | 0.28 | 0.33 | 328.24 | 0.43 | 0.47 |
| Hex | AB | 45 | 7B | 0 | 3C | 1C | 21 | 148 | 2A | 2F |
| Octal | 253 | 105 | 173 | 0 | 74 | 34 | 41 | 510 | 52 | 57 |
| Binary | 10101011 | 1000101 | 1111011 | 0 | 111100 | 11100 | 100001 | 101001000 | 101010 | 101111 |
Color Harmonies of #AB457B
Complementary color
Monochromatic Colors of #AB457B
Black with #AB457B
Text Example
Text Example
White with #AB457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB457B; }
p { color: rgb(171,69,123); }
H1.HeaderClassName
{
color: #AB457B;
}
.AnyTagClassName
{
color: #AB457B;
}
</style>
background-color css
<style>
a { background-color: #AB457B; }
a { background-color: rgb(171,69,123); }
div.DivClassName
{
background-color: #AB457B;
}
.BgClassName
{
background-color: #AB457B;
}
</style>
border-color css
<style>
span { border-color: #AB457B; }
span { border-color: rgb(171,69,123); }
td.TdClassName
{
border-color: #AB457B;
}
.TagClassName
{
border-color: #AB457B;
}
</style>