Shades of Medium Red Violet #AD3395
Tints of Medium Red Violet #AD3395
RGB
CMYK
RGB Variations
Color information
#AD3395 (or 0xAD3395) is known color: Medium Red Violet. HEX triplet: AD, 33 and 95. RGB value is (173,51,149). Sum of RGB (Red+Green+Blue) = 173+51+149=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3395 is #52CC6A. Grayscale: #626262. Windows color (decimal): -5426283 or 9778093. OLE color: 9778093.
HSL color Cylindrical-coordinate representation of color #AD3395: hue angle of 311.8º degrees, saturation: 0.54, 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 #AD3395 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 149 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.32 |
| HSL | 311.8º | 0.54% | 0.44% | - |
| HSV(B) | 311.8º | 0.71% | 0.68% | - |
| XYZ | 23.84 | 13.42 | 29.77 | - |
| YUV | 98.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 149 | 0 | 0.71 | 0.14 | 0.32 | 311.8 | 0.54 | 0.44 |
| Hex | AD | 33 | 95 | 0 | 47 | E | 20 | 138 | 36 | 2C |
| Octal | 255 | 63 | 225 | 0 | 107 | 16 | 40 | 470 | 66 | 54 |
| Binary | 10101101 | 110011 | 10010101 | 0 | 1000111 | 1110 | 100000 | 100111000 | 110110 | 101100 |
Color Harmonies of #AD3395
Complementary color
Monochromatic Colors of #AD3395
Black with #AD3395
Text Example
Text Example
White with #AD3395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3395; }
p { color: rgb(173,51,149); }
H1.HeaderClassName
{
color: #AD3395;
}
.AnyTagClassName
{
color: #AD3395;
}
</style>
background-color css
<style>
a { background-color: #AD3395; }
a { background-color: rgb(173,51,149); }
div.DivClassName
{
background-color: #AD3395;
}
.BgClassName
{
background-color: #AD3395;
}
</style>
border-color css
<style>
span { border-color: #AD3395; }
span { border-color: rgb(173,51,149); }
td.TdClassName
{
border-color: #AD3395;
}
.TagClassName
{
border-color: #AD3395;
}
</style>