Shades of Medium Red Violet #AD2295
Tints of Medium Red Violet #AD2295
RGB
CMYK
RGB Variations
Color information
#AD2295 (or 0xAD2295) is known color: Medium Red Violet. HEX triplet: AD, 22 and 95. RGB value is (173,34,149). Sum of RGB (Red+Green+Blue) = 173+34+149=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2295 is #52DD6A. Grayscale: #585858. Windows color (decimal): -5430635 or 9773741. OLE color: 9773741.
HSL color Cylindrical-coordinate representation of color #AD2295: hue angle of 310.36º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2295 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 149 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.32 |
| HSL | 310.36º | 0.67% | 0.41% | - |
| HSV(B) | 310.36º | 0.8% | 0.68% | - |
| XYZ | 23.23 | 12.2 | 29.56 | - |
| YUV | 88.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 149 | 0 | 0.80 | 0.14 | 0.32 | 310.36 | 0.67 | 0.41 |
| Hex | AD | 22 | 95 | 0 | 50 | E | 20 | 136 | 43 | 29 |
| Octal | 255 | 42 | 225 | 0 | 120 | 16 | 40 | 466 | 103 | 51 |
| Binary | 10101101 | 100010 | 10010101 | 0 | 1010000 | 1110 | 100000 | 100110110 | 1000011 | 101001 |
Color Harmonies of #AD2295
Complementary color
Monochromatic Colors of #AD2295
Black with #AD2295
Text Example
Text Example
White with #AD2295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2295; }
p { color: rgb(173,34,149); }
H1.HeaderClassName
{
color: #AD2295;
}
.AnyTagClassName
{
color: #AD2295;
}
</style>
background-color css
<style>
a { background-color: #AD2295; }
a { background-color: rgb(173,34,149); }
div.DivClassName
{
background-color: #AD2295;
}
.BgClassName
{
background-color: #AD2295;
}
</style>
border-color css
<style>
span { border-color: #AD2295; }
span { border-color: rgb(173,34,149); }
td.TdClassName
{
border-color: #AD2295;
}
.TagClassName
{
border-color: #AD2295;
}
</style>