Shades of Royal Heath #AD507F
Tints of Royal Heath #AD507F
RGB
CMYK
RGB Variations
Color information
#AD507F (or 0xAD507F) is known color: Royal Heath. HEX triplet: AD, 50 and 7F. RGB value is (173,80,127). Sum of RGB (Red+Green+Blue) = 173+80+127=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD507F is #52AF80. Grayscale: #717171. Windows color (decimal): -5418881 or 8343725. OLE color: 8343725.
HSL color Cylindrical-coordinate representation of color #AD507F: hue angle of 329.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD507F is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 127 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.32 |
| HSL | 329.68º | 0.37% | 0.5% | - |
| HSV(B) | 329.68º | 0.54% | 0.68% | - |
| XYZ | 23.93 | 16.15 | 21.94 | - |
| YUV | 113.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 127 | 0 | 0.54 | 0.27 | 0.32 | 329.68 | 0.37 | 0.5 |
| Hex | AD | 50 | 7F | 0 | 36 | 1B | 20 | 14A | 25 | 32 |
| Octal | 255 | 120 | 177 | 0 | 66 | 33 | 40 | 512 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1111111 | 0 | 110110 | 11011 | 100000 | 101001010 | 100101 | 110010 |
Color Harmonies of #AD507F
Complementary color
Monochromatic Colors of #AD507F
Black with #AD507F
Text Example
Text Example
White with #AD507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD507F; }
p { color: rgb(173,80,127); }
H1.HeaderClassName
{
color: #AD507F;
}
.AnyTagClassName
{
color: #AD507F;
}
</style>
background-color css
<style>
a { background-color: #AD507F; }
a { background-color: rgb(173,80,127); }
div.DivClassName
{
background-color: #AD507F;
}
.BgClassName
{
background-color: #AD507F;
}
</style>
border-color css
<style>
span { border-color: #AD507F; }
span { border-color: rgb(173,80,127); }
td.TdClassName
{
border-color: #AD507F;
}
.TagClassName
{
border-color: #AD507F;
}
</style>