Shades of Medium Red Violet #AD21A7
Tints of Medium Red Violet #AD21A7
RGB
CMYK
RGB Variations
Color information
#AD21A7 (or 0xAD21A7) is known color: Medium Red Violet. HEX triplet: AD, 21 and A7. RGB value is (173,33,167). Sum of RGB (Red+Green+Blue) = 173+33+167=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 167 (65.62% from 255 or 44.77% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD21A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD21A7 is #52DE58. Grayscale: #595959. Windows color (decimal): -5430873 or 10953133. OLE color: 10953133.
HSL color Cylindrical-coordinate representation of color #AD21A7: hue angle of 302.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD21A7 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 167 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.32 |
| HSL | 302.57º | 0.68% | 0.4% | - |
| HSV(B) | 302.57º | 0.81% | 0.68% | - |
| XYZ | 24.75 | 12.76 | 37.72 | - |
| YUV | 90.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 167 | 0 | 0.81 | 0.03 | 0.32 | 302.57 | 0.68 | 0.4 |
| Hex | AD | 21 | A7 | 0 | 51 | 3 | 20 | 12F | 44 | 28 |
| Octal | 255 | 41 | 247 | 0 | 121 | 3 | 40 | 457 | 104 | 50 |
| Binary | 10101101 | 100001 | 10100111 | 0 | 1010001 | 11 | 100000 | 100101111 | 1000100 | 101000 |
Color Harmonies of #AD21A7
Complementary color
Monochromatic Colors of #AD21A7
Black with #AD21A7
Text Example
Text Example
White with #AD21A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21A7; }
p { color: rgb(173,33,167); }
H1.HeaderClassName
{
color: #AD21A7;
}
.AnyTagClassName
{
color: #AD21A7;
}
</style>
background-color css
<style>
a { background-color: #AD21A7; }
a { background-color: rgb(173,33,167); }
div.DivClassName
{
background-color: #AD21A7;
}
.BgClassName
{
background-color: #AD21A7;
}
</style>
border-color css
<style>
span { border-color: #AD21A7; }
span { border-color: rgb(173,33,167); }
td.TdClassName
{
border-color: #AD21A7;
}
.TagClassName
{
border-color: #AD21A7;
}
</style>