Shades of Medium Red Violet #AD24A0
Tints of Medium Red Violet #AD24A0
RGB
CMYK
RGB Variations
Color information
#AD24A0 (or 0xAD24A0) is known color: Medium Red Violet. HEX triplet: AD, 24 and A0. RGB value is (173,36,160). Sum of RGB (Red+Green+Blue) = 173+36+160=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD24A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD24A0 is #52DB5F. Grayscale: #5A5A5A. Windows color (decimal): -5430112 or 10495149. OLE color: 10495149.
HSL color Cylindrical-coordinate representation of color #AD24A0: hue angle of 305.69º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD24A0 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 160 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.32 |
| HSL | 305.69º | 0.66% | 0.41% | - |
| HSV(B) | 305.69º | 0.79% | 0.68% | - |
| XYZ | 24.21 | 12.68 | 34.43 | - |
| YUV | 91.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 160 | 0 | 0.79 | 0.08 | 0.32 | 305.69 | 0.66 | 0.41 |
| Hex | AD | 24 | A0 | 0 | 4F | 8 | 20 | 132 | 42 | 29 |
| Octal | 255 | 44 | 240 | 0 | 117 | 10 | 40 | 462 | 102 | 51 |
| Binary | 10101101 | 100100 | 10100000 | 0 | 1001111 | 1000 | 100000 | 100110010 | 1000010 | 101001 |
Color Harmonies of #AD24A0
Complementary color
Monochromatic Colors of #AD24A0
Black with #AD24A0
Text Example
Text Example
White with #AD24A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24A0; }
p { color: rgb(173,36,160); }
H1.HeaderClassName
{
color: #AD24A0;
}
.AnyTagClassName
{
color: #AD24A0;
}
</style>
background-color css
<style>
a { background-color: #AD24A0; }
a { background-color: rgb(173,36,160); }
div.DivClassName
{
background-color: #AD24A0;
}
.BgClassName
{
background-color: #AD24A0;
}
</style>
border-color css
<style>
span { border-color: #AD24A0; }
span { border-color: rgb(173,36,160); }
td.TdClassName
{
border-color: #AD24A0;
}
.TagClassName
{
border-color: #AD24A0;
}
</style>