Shades of Medium Red Violet #AD3295
Tints of Medium Red Violet #AD3295
RGB
CMYK
RGB Variations
Color information
#AD3295 (or 0xAD3295) is known color: Medium Red Violet. HEX triplet: AD, 32 and 95. RGB value is (173,50,149). Sum of RGB (Red+Green+Blue) = 173+50+149=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3295 is #52CD6A. Grayscale: #616161. Windows color (decimal): -5426539 or 9777837. OLE color: 9777837.
HSL color Cylindrical-coordinate representation of color #AD3295: hue angle of 311.71º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3295 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 149 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.32 |
| HSL | 311.71º | 0.55% | 0.44% | - |
| HSV(B) | 311.71º | 0.71% | 0.68% | - |
| XYZ | 23.8 | 13.34 | 29.75 | - |
| YUV | 98.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 149 | 0 | 0.71 | 0.14 | 0.32 | 311.71 | 0.55 | 0.44 |
| Hex | AD | 32 | 95 | 0 | 47 | E | 20 | 138 | 37 | 2C |
| Octal | 255 | 62 | 225 | 0 | 107 | 16 | 40 | 470 | 67 | 54 |
| Binary | 10101101 | 110010 | 10010101 | 0 | 1000111 | 1110 | 100000 | 100111000 | 110111 | 101100 |
Color Harmonies of #AD3295
Complementary color
Monochromatic Colors of #AD3295
Black with #AD3295
Text Example
Text Example
White with #AD3295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3295; }
p { color: rgb(173,50,149); }
H1.HeaderClassName
{
color: #AD3295;
}
.AnyTagClassName
{
color: #AD3295;
}
</style>
background-color css
<style>
a { background-color: #AD3295; }
a { background-color: rgb(173,50,149); }
div.DivClassName
{
background-color: #AD3295;
}
.BgClassName
{
background-color: #AD3295;
}
</style>
border-color css
<style>
span { border-color: #AD3295; }
span { border-color: rgb(173,50,149); }
td.TdClassName
{
border-color: #AD3295;
}
.TagClassName
{
border-color: #AD3295;
}
</style>