Shades of Medium Red Violet #AD3489
Tints of Medium Red Violet #AD3489
RGB
CMYK
RGB Variations
Color information
#AD3489 (or 0xAD3489) is known color: Medium Red Violet. HEX triplet: AD, 34 and 89. RGB value is (173,52,137). Sum of RGB (Red+Green+Blue) = 173+52+137=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3489 is #52CB76. Grayscale: #616161. Windows color (decimal): -5426039 or 8991917. OLE color: 8991917.
HSL color Cylindrical-coordinate representation of color #AD3489: hue angle of 317.85º 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 #AD3489 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 137 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.32 |
| HSL | 317.85º | 0.54% | 0.44% | - |
| HSV(B) | 317.85º | 0.7% | 0.68% | - |
| XYZ | 22.98 | 13.15 | 24.99 | - |
| YUV | 97.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 137 | 0 | 0.70 | 0.21 | 0.32 | 317.85 | 0.54 | 0.44 |
| Hex | AD | 34 | 89 | 0 | 46 | 15 | 20 | 13E | 36 | 2C |
| Octal | 255 | 64 | 211 | 0 | 106 | 25 | 40 | 476 | 66 | 54 |
| Binary | 10101101 | 110100 | 10001001 | 0 | 1000110 | 10101 | 100000 | 100111110 | 110110 | 101100 |
Color Harmonies of #AD3489
Complementary color
Monochromatic Colors of #AD3489
Black with #AD3489
Text Example
Text Example
White with #AD3489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3489; }
p { color: rgb(173,52,137); }
H1.HeaderClassName
{
color: #AD3489;
}
.AnyTagClassName
{
color: #AD3489;
}
</style>
background-color css
<style>
a { background-color: #AD3489; }
a { background-color: rgb(173,52,137); }
div.DivClassName
{
background-color: #AD3489;
}
.BgClassName
{
background-color: #AD3489;
}
</style>
border-color css
<style>
span { border-color: #AD3489; }
span { border-color: rgb(173,52,137); }
td.TdClassName
{
border-color: #AD3489;
}
.TagClassName
{
border-color: #AD3489;
}
</style>