Shades of Medium Red Violet #AD3495
Tints of Medium Red Violet #AD3495
RGB
CMYK
RGB Variations
Color information
#AD3495 (or 0xAD3495) is known color: Medium Red Violet. HEX triplet: AD, 34 and 95. RGB value is (173,52,149). Sum of RGB (Red+Green+Blue) = 173+52+149=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3495 is #52CB6A. Grayscale: #626262. Windows color (decimal): -5426027 or 9778349. OLE color: 9778349.
HSL color Cylindrical-coordinate representation of color #AD3495: hue angle of 311.9º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3495 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 149 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.32 |
| HSL | 311.9º | 0.54% | 0.44% | - |
| HSV(B) | 311.9º | 0.7% | 0.68% | - |
| XYZ | 23.89 | 13.51 | 29.78 | - |
| YUV | 99.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 149 | 0 | 0.70 | 0.14 | 0.32 | 311.9 | 0.54 | 0.44 |
| Hex | AD | 34 | 95 | 0 | 46 | E | 20 | 138 | 36 | 2C |
| Octal | 255 | 64 | 225 | 0 | 106 | 16 | 40 | 470 | 66 | 54 |
| Binary | 10101101 | 110100 | 10010101 | 0 | 1000110 | 1110 | 100000 | 100111000 | 110110 | 101100 |
Color Harmonies of #AD3495
Complementary color
Monochromatic Colors of #AD3495
Black with #AD3495
Text Example
Text Example
White with #AD3495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3495; }
p { color: rgb(173,52,149); }
H1.HeaderClassName
{
color: #AD3495;
}
.AnyTagClassName
{
color: #AD3495;
}
</style>
background-color css
<style>
a { background-color: #AD3495; }
a { background-color: rgb(173,52,149); }
div.DivClassName
{
background-color: #AD3495;
}
.BgClassName
{
background-color: #AD3495;
}
</style>
border-color css
<style>
span { border-color: #AD3495; }
span { border-color: rgb(173,52,149); }
td.TdClassName
{
border-color: #AD3495;
}
.TagClassName
{
border-color: #AD3495;
}
</style>