Shades of Medium Red Violet #AD3594
Tints of Medium Red Violet #AD3594
RGB
CMYK
RGB Variations
Color information
#AD3594 (or 0xAD3594) is known color: Medium Red Violet. HEX triplet: AD, 35 and 94. RGB value is (173,53,148). Sum of RGB (Red+Green+Blue) = 173+53+148=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3594 is #52CA6B. Grayscale: #636363. Windows color (decimal): -5425772 or 9713069. OLE color: 9713069.
HSL color Cylindrical-coordinate representation of color #AD3594: hue angle of 312.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3594 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 148 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.32 |
| HSL | 312.5º | 0.53% | 0.44% | - |
| HSV(B) | 312.5º | 0.69% | 0.68% | - |
| XYZ | 23.85 | 13.57 | 29.38 | - |
| YUV | 99.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 148 | 0 | 0.69 | 0.14 | 0.32 | 312.5 | 0.53 | 0.44 |
| Hex | AD | 35 | 94 | 0 | 45 | E | 20 | 138 | 35 | 2C |
| Octal | 255 | 65 | 224 | 0 | 105 | 16 | 40 | 470 | 65 | 54 |
| Binary | 10101101 | 110101 | 10010100 | 0 | 1000101 | 1110 | 100000 | 100111000 | 110101 | 101100 |
Color Harmonies of #AD3594
Complementary color
Monochromatic Colors of #AD3594
Black with #AD3594
Text Example
Text Example
White with #AD3594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3594; }
p { color: rgb(173,53,148); }
H1.HeaderClassName
{
color: #AD3594;
}
.AnyTagClassName
{
color: #AD3594;
}
</style>
background-color css
<style>
a { background-color: #AD3594; }
a { background-color: rgb(173,53,148); }
div.DivClassName
{
background-color: #AD3594;
}
.BgClassName
{
background-color: #AD3594;
}
</style>
border-color css
<style>
span { border-color: #AD3594; }
span { border-color: rgb(173,53,148); }
td.TdClassName
{
border-color: #AD3594;
}
.TagClassName
{
border-color: #AD3594;
}
</style>