Shades of Royal Heath #AB427C
Tints of Royal Heath #AB427C
RGB
CMYK
RGB Variations
Color information
#AB427C (or 0xAB427C) is known color: Royal Heath. HEX triplet: AB, 42 and 7C. RGB value is (171,66,124). Sum of RGB (Red+Green+Blue) = 171+66+124=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB427C is #54BD83. Grayscale: #676767. Windows color (decimal): -5553540 or 8143531. OLE color: 8143531.
HSL color Cylindrical-coordinate representation of color #AB427C: hue angle of 326.86º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB427C is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 124 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.33 |
| HSL | 326.86º | 0.44% | 0.46% | - |
| HSV(B) | 326.86º | 0.61% | 0.67% | - |
| XYZ | 22.38 | 14.01 | 20.59 | - |
| YUV | 104.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 124 | 0 | 0.61 | 0.27 | 0.33 | 326.86 | 0.44 | 0.46 |
| Hex | AB | 42 | 7C | 0 | 3D | 1B | 21 | 147 | 2C | 2E |
| Octal | 253 | 102 | 174 | 0 | 75 | 33 | 41 | 507 | 54 | 56 |
| Binary | 10101011 | 1000010 | 1111100 | 0 | 111101 | 11011 | 100001 | 101000111 | 101100 | 101110 |
Color Harmonies of #AB427C
Complementary color
Monochromatic Colors of #AB427C
Black with #AB427C
Text Example
Text Example
White with #AB427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB427C; }
p { color: rgb(171,66,124); }
H1.HeaderClassName
{
color: #AB427C;
}
.AnyTagClassName
{
color: #AB427C;
}
</style>
background-color css
<style>
a { background-color: #AB427C; }
a { background-color: rgb(171,66,124); }
div.DivClassName
{
background-color: #AB427C;
}
.BgClassName
{
background-color: #AB427C;
}
</style>
border-color css
<style>
span { border-color: #AB427C; }
span { border-color: rgb(171,66,124); }
td.TdClassName
{
border-color: #AB427C;
}
.TagClassName
{
border-color: #AB427C;
}
</style>