Shades of Royal Heath #AB487F
Tints of Royal Heath #AB487F
RGB
CMYK
RGB Variations
Color information
#AB487F (or 0xAB487F) is known color: Royal Heath. HEX triplet: AB, 48 and 7F. RGB value is (171,72,127). Sum of RGB (Red+Green+Blue) = 171+72+127=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB487F is #54B780. Grayscale: #6B6B6B. Windows color (decimal): -5552001 or 8341675. OLE color: 8341675.
HSL color Cylindrical-coordinate representation of color #AB487F: hue angle of 326.67º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB487F is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 127 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.33 |
| HSL | 326.67º | 0.41% | 0.48% | - |
| HSV(B) | 326.67º | 0.58% | 0.67% | - |
| XYZ | 22.94 | 14.82 | 21.73 | - |
| YUV | 107.87 | 138.8 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 127 | 0 | 0.58 | 0.26 | 0.33 | 326.67 | 0.41 | 0.48 |
| Hex | AB | 48 | 7F | 0 | 3A | 1A | 21 | 147 | 29 | 30 |
| Octal | 253 | 110 | 177 | 0 | 72 | 32 | 41 | 507 | 51 | 60 |
| Binary | 10101011 | 1001000 | 1111111 | 0 | 111010 | 11010 | 100001 | 101000111 | 101001 | 110000 |
Color Harmonies of #AB487F
Complementary color
Monochromatic Colors of #AB487F
Black with #AB487F
Text Example
Text Example
White with #AB487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB487F; }
p { color: rgb(171,72,127); }
H1.HeaderClassName
{
color: #AB487F;
}
.AnyTagClassName
{
color: #AB487F;
}
</style>
background-color css
<style>
a { background-color: #AB487F; }
a { background-color: rgb(171,72,127); }
div.DivClassName
{
background-color: #AB487F;
}
.BgClassName
{
background-color: #AB487F;
}
</style>
border-color css
<style>
span { border-color: #AB487F; }
span { border-color: rgb(171,72,127); }
td.TdClassName
{
border-color: #AB487F;
}
.TagClassName
{
border-color: #AB487F;
}
</style>