Shades of Medium Red Violet #AD2095
Tints of Medium Red Violet #AD2095
RGB
CMYK
RGB Variations
Color information
#AD2095 (or 0xAD2095) is known color: Medium Red Violet. HEX triplet: AD, 20 and 95. RGB value is (173,32,149). Sum of RGB (Red+Green+Blue) = 173+32+149=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2095 is #52DF6A. Grayscale: #575757. Windows color (decimal): -5431147 or 9773229. OLE color: 9773229.
HSL color Cylindrical-coordinate representation of color #AD2095: hue angle of 310.21º 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 #AD2095 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 149 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.32 |
| HSL | 310.21º | 0.69% | 0.4% | - |
| HSV(B) | 310.21º | 0.82% | 0.68% | - |
| XYZ | 23.17 | 12.09 | 29.55 | - |
| YUV | 87.5 | 162.71 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 149 | 0 | 0.82 | 0.14 | 0.32 | 310.21 | 0.69 | 0.4 |
| Hex | AD | 20 | 95 | 0 | 52 | E | 20 | 136 | 45 | 28 |
| Octal | 255 | 40 | 225 | 0 | 122 | 16 | 40 | 466 | 105 | 50 |
| Binary | 10101101 | 100000 | 10010101 | 0 | 1010010 | 1110 | 100000 | 100110110 | 1000101 | 101000 |
Color Harmonies of #AD2095
Complementary color
Monochromatic Colors of #AD2095
Black with #AD2095
Text Example
Text Example
White with #AD2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2095; }
p { color: rgb(173,32,149); }
H1.HeaderClassName
{
color: #AD2095;
}
.AnyTagClassName
{
color: #AD2095;
}
</style>
background-color css
<style>
a { background-color: #AD2095; }
a { background-color: rgb(173,32,149); }
div.DivClassName
{
background-color: #AD2095;
}
.BgClassName
{
background-color: #AD2095;
}
</style>
border-color css
<style>
span { border-color: #AD2095; }
span { border-color: rgb(173,32,149); }
td.TdClassName
{
border-color: #AD2095;
}
.TagClassName
{
border-color: #AD2095;
}
</style>