Shades of Medium Red Violet #AD208A
Tints of Medium Red Violet #AD208A
RGB
CMYK
RGB Variations
Color information
#AD208A (or 0xAD208A) is known color: Medium Red Violet. HEX triplet: AD, 20 and 8A. RGB value is (173,32,138). Sum of RGB (Red+Green+Blue) = 173+32+138=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD208A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD208A is #52DF75. Grayscale: #555555. Windows color (decimal): -5431158 or 9052333. OLE color: 9052333.
HSL color Cylindrical-coordinate representation of color #AD208A: hue angle of 314.89º 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 #AD208A is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 138 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.32 |
| HSL | 314.89º | 0.69% | 0.4% | - |
| HSV(B) | 314.89º | 0.82% | 0.68% | - |
| XYZ | 22.34 | 11.75 | 25.14 | - |
| YUV | 86.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 138 | 0 | 0.82 | 0.20 | 0.32 | 314.89 | 0.69 | 0.4 |
| Hex | AD | 20 | 8A | 0 | 52 | 14 | 20 | 13B | 45 | 28 |
| Octal | 255 | 40 | 212 | 0 | 122 | 24 | 40 | 473 | 105 | 50 |
| Binary | 10101101 | 100000 | 10001010 | 0 | 1010010 | 10100 | 100000 | 100111011 | 1000101 | 101000 |
Color Harmonies of #AD208A
Complementary color
Monochromatic Colors of #AD208A
Black with #AD208A
Text Example
Text Example
White with #AD208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD208A; }
p { color: rgb(173,32,138); }
H1.HeaderClassName
{
color: #AD208A;
}
.AnyTagClassName
{
color: #AD208A;
}
</style>
background-color css
<style>
a { background-color: #AD208A; }
a { background-color: rgb(173,32,138); }
div.DivClassName
{
background-color: #AD208A;
}
.BgClassName
{
background-color: #AD208A;
}
</style>
border-color css
<style>
span { border-color: #AD208A; }
span { border-color: rgb(173,32,138); }
td.TdClassName
{
border-color: #AD208A;
}
.TagClassName
{
border-color: #AD208A;
}
</style>