Shades of Medium Violet Red #AD1EA8
Tints of Medium Violet Red #AD1EA8
RGB
CMYK
RGB Variations
Color information
#AD1EA8 (or 0xAD1EA8) is known color: Medium Violet Red. HEX triplet: AD, 1E and A8. RGB value is (173,30,168). Sum of RGB (Red+Green+Blue) = 173+30+168=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1EA8 is #52E157. Grayscale: #585858. Windows color (decimal): -5431640 or 11017901. OLE color: 11017901.
HSL color Cylindrical-coordinate representation of color #AD1EA8: hue angle of 302.1º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1EA8 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 168 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.32 |
| HSL | 302.1º | 0.7% | 0.4% | - |
| HSV(B) | 302.1º | 0.83% | 0.68% | - |
| XYZ | 24.77 | 12.64 | 38.18 | - |
| YUV | 88.49 | 172.88 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 168 | 0 | 0.83 | 0.03 | 0.32 | 302.1 | 0.7 | 0.4 |
| Hex | AD | 1E | A8 | 0 | 53 | 3 | 20 | 12E | 46 | 28 |
| Octal | 255 | 36 | 250 | 0 | 123 | 3 | 40 | 456 | 106 | 50 |
| Binary | 10101101 | 11110 | 10101000 | 0 | 1010011 | 11 | 100000 | 100101110 | 1000110 | 101000 |
Color Harmonies of #AD1EA8
Complementary color
Monochromatic Colors of #AD1EA8
Black with #AD1EA8
Text Example
Text Example
White with #AD1EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EA8; }
p { color: rgb(173,30,168); }
H1.HeaderClassName
{
color: #AD1EA8;
}
.AnyTagClassName
{
color: #AD1EA8;
}
</style>
background-color css
<style>
a { background-color: #AD1EA8; }
a { background-color: rgb(173,30,168); }
div.DivClassName
{
background-color: #AD1EA8;
}
.BgClassName
{
background-color: #AD1EA8;
}
</style>
border-color css
<style>
span { border-color: #AD1EA8; }
span { border-color: rgb(173,30,168); }
td.TdClassName
{
border-color: #AD1EA8;
}
.TagClassName
{
border-color: #AD1EA8;
}
</style>