Shades of Royal Heath #AB427B
Tints of Royal Heath #AB427B
RGB
CMYK
RGB Variations
Color information
#AB427B (or 0xAB427B) is known color: Royal Heath. HEX triplet: AB, 42 and 7B. RGB value is (171,66,123). Sum of RGB (Red+Green+Blue) = 171+66+123=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB427B is #54BD84. Grayscale: #676767. Windows color (decimal): -5553541 or 8077995. OLE color: 8077995.
HSL color Cylindrical-coordinate representation of color #AB427B: hue angle of 327.43º 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 #AB427B is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 123 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.33 |
| HSL | 327.43º | 0.44% | 0.46% | - |
| HSV(B) | 327.43º | 0.61% | 0.67% | - |
| XYZ | 22.32 | 13.98 | 20.26 | - |
| YUV | 103.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 123 | 0 | 0.61 | 0.28 | 0.33 | 327.43 | 0.44 | 0.46 |
| Hex | AB | 42 | 7B | 0 | 3D | 1C | 21 | 147 | 2C | 2E |
| Octal | 253 | 102 | 173 | 0 | 75 | 34 | 41 | 507 | 54 | 56 |
| Binary | 10101011 | 1000010 | 1111011 | 0 | 111101 | 11100 | 100001 | 101000111 | 101100 | 101110 |
Color Harmonies of #AB427B
Complementary color
Monochromatic Colors of #AB427B
Black with #AB427B
Text Example
Text Example
White with #AB427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB427B; }
p { color: rgb(171,66,123); }
H1.HeaderClassName
{
color: #AB427B;
}
.AnyTagClassName
{
color: #AB427B;
}
</style>
background-color css
<style>
a { background-color: #AB427B; }
a { background-color: rgb(171,66,123); }
div.DivClassName
{
background-color: #AB427B;
}
.BgClassName
{
background-color: #AB427B;
}
</style>
border-color css
<style>
span { border-color: #AB427B; }
span { border-color: rgb(171,66,123); }
td.TdClassName
{
border-color: #AB427B;
}
.TagClassName
{
border-color: #AB427B;
}
</style>