Shades of Royal Heath #AD457F
Tints of Royal Heath #AD457F
RGB
CMYK
RGB Variations
Color information
#AD457F (or 0xAD457F) is known color: Royal Heath. HEX triplet: AD, 45 and 7F. RGB value is (173,69,127). Sum of RGB (Red+Green+Blue) = 173+69+127=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD457F is #52BA80. Grayscale: #6A6A6A. Windows color (decimal): -5421697 or 8340909. OLE color: 8340909.
HSL color Cylindrical-coordinate representation of color #AD457F: hue angle of 326.54º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD457F is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 127 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.32 |
| HSL | 326.54º | 0.43% | 0.47% | - |
| HSV(B) | 326.54º | 0.6% | 0.68% | - |
| XYZ | 23.19 | 14.67 | 21.69 | - |
| YUV | 106.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 127 | 0 | 0.60 | 0.27 | 0.32 | 326.54 | 0.43 | 0.47 |
| Hex | AD | 45 | 7F | 0 | 3C | 1B | 20 | 147 | 2B | 2F |
| Octal | 255 | 105 | 177 | 0 | 74 | 33 | 40 | 507 | 53 | 57 |
| Binary | 10101101 | 1000101 | 1111111 | 0 | 111100 | 11011 | 100000 | 101000111 | 101011 | 101111 |
Color Harmonies of #AD457F
Complementary color
Monochromatic Colors of #AD457F
Black with #AD457F
Text Example
Text Example
White with #AD457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD457F; }
p { color: rgb(173,69,127); }
H1.HeaderClassName
{
color: #AD457F;
}
.AnyTagClassName
{
color: #AD457F;
}
</style>
background-color css
<style>
a { background-color: #AD457F; }
a { background-color: rgb(173,69,127); }
div.DivClassName
{
background-color: #AD457F;
}
.BgClassName
{
background-color: #AD457F;
}
</style>
border-color css
<style>
span { border-color: #AD457F; }
span { border-color: rgb(173,69,127); }
td.TdClassName
{
border-color: #AD457F;
}
.TagClassName
{
border-color: #AD457F;
}
</style>