Shades of Medium Red Violet #AD2195
Tints of Medium Red Violet #AD2195
RGB
CMYK
RGB Variations
Color information
#AD2195 (or 0xAD2195) is known color: Medium Red Violet. HEX triplet: AD, 21 and 95. RGB value is (173,33,149). Sum of RGB (Red+Green+Blue) = 173+33+149=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2195 is #52DE6A. Grayscale: #575757. Windows color (decimal): -5430891 or 9773485. OLE color: 9773485.
HSL color Cylindrical-coordinate representation of color #AD2195: hue angle of 310.29º 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 #AD2195 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 149 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.32 |
| HSL | 310.29º | 0.68% | 0.4% | - |
| HSV(B) | 310.29º | 0.81% | 0.68% | - |
| XYZ | 23.2 | 12.14 | 29.55 | - |
| YUV | 88.08 | 162.38 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 149 | 0 | 0.81 | 0.14 | 0.32 | 310.29 | 0.68 | 0.4 |
| Hex | AD | 21 | 95 | 0 | 51 | E | 20 | 136 | 44 | 28 |
| Octal | 255 | 41 | 225 | 0 | 121 | 16 | 40 | 466 | 104 | 50 |
| Binary | 10101101 | 100001 | 10010101 | 0 | 1010001 | 1110 | 100000 | 100110110 | 1000100 | 101000 |
Color Harmonies of #AD2195
Complementary color
Monochromatic Colors of #AD2195
Black with #AD2195
Text Example
Text Example
White with #AD2195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2195; }
p { color: rgb(173,33,149); }
H1.HeaderClassName
{
color: #AD2195;
}
.AnyTagClassName
{
color: #AD2195;
}
</style>
background-color css
<style>
a { background-color: #AD2195; }
a { background-color: rgb(173,33,149); }
div.DivClassName
{
background-color: #AD2195;
}
.BgClassName
{
background-color: #AD2195;
}
</style>
border-color css
<style>
span { border-color: #AD2195; }
span { border-color: rgb(173,33,149); }
td.TdClassName
{
border-color: #AD2195;
}
.TagClassName
{
border-color: #AD2195;
}
</style>