Shades of Medium Red Violet #AD207A
Tints of Medium Red Violet #AD207A
RGB
CMYK
RGB Variations
Color information
#AD207A (or 0xAD207A) is known color: Medium Red Violet. HEX triplet: AD, 20 and 7A. RGB value is (173,32,122). Sum of RGB (Red+Green+Blue) = 173+32+122=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD207A is #52DF85. Grayscale: #545454. Windows color (decimal): -5431174 or 8003757. OLE color: 8003757.
HSL color Cylindrical-coordinate representation of color #AD207A: hue angle of 321.7º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD207A is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 122 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.32 |
| HSL | 321.7º | 0.69% | 0.4% | - |
| HSV(B) | 321.7º | 0.82% | 0.68% | - |
| XYZ | 21.26 | 11.32 | 19.48 | - |
| YUV | 84.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 122 | 0 | 0.82 | 0.29 | 0.32 | 321.7 | 0.69 | 0.4 |
| Hex | AD | 20 | 7A | 0 | 52 | 1D | 20 | 142 | 45 | 28 |
| Octal | 255 | 40 | 172 | 0 | 122 | 35 | 40 | 502 | 105 | 50 |
| Binary | 10101101 | 100000 | 1111010 | 0 | 1010010 | 11101 | 100000 | 101000010 | 1000101 | 101000 |
Color Harmonies of #AD207A
Complementary color
Monochromatic Colors of #AD207A
Black with #AD207A
Text Example
Text Example
White with #AD207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD207A; }
p { color: rgb(173,32,122); }
H1.HeaderClassName
{
color: #AD207A;
}
.AnyTagClassName
{
color: #AD207A;
}
</style>
background-color css
<style>
a { background-color: #AD207A; }
a { background-color: rgb(173,32,122); }
div.DivClassName
{
background-color: #AD207A;
}
.BgClassName
{
background-color: #AD207A;
}
</style>
border-color css
<style>
span { border-color: #AD207A; }
span { border-color: rgb(173,32,122); }
td.TdClassName
{
border-color: #AD207A;
}
.TagClassName
{
border-color: #AD207A;
}
</style>