Shades of Medium Red Violet #AD3695
Tints of Medium Red Violet #AD3695
RGB
CMYK
RGB Variations
Color information
#AD3695 (or 0xAD3695) is known color: Medium Red Violet. HEX triplet: AD, 36 and 95. RGB value is (173,54,149). Sum of RGB (Red+Green+Blue) = 173+54+149=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3695 is #52C96A. Grayscale: #646464. Windows color (decimal): -5425515 or 9778861. OLE color: 9778861.
HSL color Cylindrical-coordinate representation of color #AD3695: hue angle of 312.1º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3695 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 149 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.32 |
| HSL | 312.1º | 0.52% | 0.45% | - |
| HSV(B) | 312.1º | 0.69% | 0.68% | - |
| XYZ | 23.98 | 13.69 | 29.81 | - |
| YUV | 100.41 | 155.42 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 149 | 0 | 0.69 | 0.14 | 0.32 | 312.1 | 0.52 | 0.45 |
| Hex | AD | 36 | 95 | 0 | 45 | E | 20 | 138 | 34 | 2D |
| Octal | 255 | 66 | 225 | 0 | 105 | 16 | 40 | 470 | 64 | 55 |
| Binary | 10101101 | 110110 | 10010101 | 0 | 1000101 | 1110 | 100000 | 100111000 | 110100 | 101101 |
Color Harmonies of #AD3695
Complementary color
Monochromatic Colors of #AD3695
Black with #AD3695
Text Example
Text Example
White with #AD3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3695; }
p { color: rgb(173,54,149); }
H1.HeaderClassName
{
color: #AD3695;
}
.AnyTagClassName
{
color: #AD3695;
}
</style>
background-color css
<style>
a { background-color: #AD3695; }
a { background-color: rgb(173,54,149); }
div.DivClassName
{
background-color: #AD3695;
}
.BgClassName
{
background-color: #AD3695;
}
</style>
border-color css
<style>
span { border-color: #AD3695; }
span { border-color: rgb(173,54,149); }
td.TdClassName
{
border-color: #AD3695;
}
.TagClassName
{
border-color: #AD3695;
}
</style>