Shades of Medium Violet Red #AD1EA6
Tints of Medium Violet Red #AD1EA6
RGB
CMYK
RGB Variations
Color information
#AD1EA6 (or 0xAD1EA6) is known color: Medium Violet Red. HEX triplet: AD, 1E and A6. RGB value is (173,30,166). Sum of RGB (Red+Green+Blue) = 173+30+166=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1EA6 is #52E159. Grayscale: #575757. Windows color (decimal): -5431642 or 10886829. OLE color: 10886829.
HSL color Cylindrical-coordinate representation of color #AD1EA6: hue angle of 302.94º 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 #AD1EA6 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 166 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.32 |
| HSL | 302.94º | 0.7% | 0.4% | - |
| HSV(B) | 302.94º | 0.83% | 0.68% | - |
| XYZ | 24.58 | 12.57 | 37.21 | - |
| YUV | 88.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 166 | 0 | 0.83 | 0.04 | 0.32 | 302.94 | 0.7 | 0.4 |
| Hex | AD | 1E | A6 | 0 | 53 | 4 | 20 | 12F | 46 | 28 |
| Octal | 255 | 36 | 246 | 0 | 123 | 4 | 40 | 457 | 106 | 50 |
| Binary | 10101101 | 11110 | 10100110 | 0 | 1010011 | 100 | 100000 | 100101111 | 1000110 | 101000 |
Color Harmonies of #AD1EA6
Complementary color
Monochromatic Colors of #AD1EA6
Black with #AD1EA6
Text Example
Text Example
White with #AD1EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EA6; }
p { color: rgb(173,30,166); }
H1.HeaderClassName
{
color: #AD1EA6;
}
.AnyTagClassName
{
color: #AD1EA6;
}
</style>
background-color css
<style>
a { background-color: #AD1EA6; }
a { background-color: rgb(173,30,166); }
div.DivClassName
{
background-color: #AD1EA6;
}
.BgClassName
{
background-color: #AD1EA6;
}
</style>
border-color css
<style>
span { border-color: #AD1EA6; }
span { border-color: rgb(173,30,166); }
td.TdClassName
{
border-color: #AD1EA6;
}
.TagClassName
{
border-color: #AD1EA6;
}
</style>