Shades of Royal Heath #AD427C
Tints of Royal Heath #AD427C
RGB
CMYK
RGB Variations
Color information
#AD427C (or 0xAD427C) is known color: Royal Heath. HEX triplet: AD, 42 and 7C. RGB value is (173,66,124). Sum of RGB (Red+Green+Blue) = 173+66+124=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD427C is #52BD83. Grayscale: #686868. Windows color (decimal): -5422468 or 8143533. OLE color: 8143533.
HSL color Cylindrical-coordinate representation of color #AD427C: hue angle of 327.48º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD427C is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 124 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.32 |
| HSL | 327.48º | 0.45% | 0.47% | - |
| HSV(B) | 327.48º | 0.62% | 0.68% | - |
| XYZ | 22.82 | 14.24 | 20.61 | - |
| YUV | 104.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 124 | 0 | 0.62 | 0.28 | 0.32 | 327.48 | 0.45 | 0.47 |
| Hex | AD | 42 | 7C | 0 | 3E | 1C | 20 | 147 | 2D | 2F |
| Octal | 255 | 102 | 174 | 0 | 76 | 34 | 40 | 507 | 55 | 57 |
| Binary | 10101101 | 1000010 | 1111100 | 0 | 111110 | 11100 | 100000 | 101000111 | 101101 | 101111 |
Color Harmonies of #AD427C
Complementary color
Monochromatic Colors of #AD427C
Black with #AD427C
Text Example
Text Example
White with #AD427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD427C; }
p { color: rgb(173,66,124); }
H1.HeaderClassName
{
color: #AD427C;
}
.AnyTagClassName
{
color: #AD427C;
}
</style>
background-color css
<style>
a { background-color: #AD427C; }
a { background-color: rgb(173,66,124); }
div.DivClassName
{
background-color: #AD427C;
}
.BgClassName
{
background-color: #AD427C;
}
</style>
border-color css
<style>
span { border-color: #AD427C; }
span { border-color: rgb(173,66,124); }
td.TdClassName
{
border-color: #AD427C;
}
.TagClassName
{
border-color: #AD427C;
}
</style>