Shades of Royal Heath #AD507E
Tints of Royal Heath #AD507E
RGB
CMYK
RGB Variations
Color information
#AD507E (or 0xAD507E) is known color: Royal Heath. HEX triplet: AD, 50 and 7E. RGB value is (173,80,126). Sum of RGB (Red+Green+Blue) = 173+80+126=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD507E is #52AF81. Grayscale: #707070. Windows color (decimal): -5418882 or 8278189. OLE color: 8278189.
HSL color Cylindrical-coordinate representation of color #AD507E: hue angle of 330.32º 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 #AD507E is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 126 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.32 |
| HSL | 330.32º | 0.37% | 0.5% | - |
| HSV(B) | 330.32º | 0.54% | 0.68% | - |
| XYZ | 23.87 | 16.13 | 21.59 | - |
| YUV | 113.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 126 | 0 | 0.54 | 0.27 | 0.32 | 330.32 | 0.37 | 0.5 |
| Hex | AD | 50 | 7E | 0 | 36 | 1B | 20 | 14A | 25 | 32 |
| Octal | 255 | 120 | 176 | 0 | 66 | 33 | 40 | 512 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1111110 | 0 | 110110 | 11011 | 100000 | 101001010 | 100101 | 110010 |
Color Harmonies of #AD507E
Complementary color
Monochromatic Colors of #AD507E
Black with #AD507E
Text Example
Text Example
White with #AD507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD507E; }
p { color: rgb(173,80,126); }
H1.HeaderClassName
{
color: #AD507E;
}
.AnyTagClassName
{
color: #AD507E;
}
</style>
background-color css
<style>
a { background-color: #AD507E; }
a { background-color: rgb(173,80,126); }
div.DivClassName
{
background-color: #AD507E;
}
.BgClassName
{
background-color: #AD507E;
}
</style>
border-color css
<style>
span { border-color: #AD507E; }
span { border-color: rgb(173,80,126); }
td.TdClassName
{
border-color: #AD507E;
}
.TagClassName
{
border-color: #AD507E;
}
</style>