Shades of Medium Red Violet #AD2189
Tints of Medium Red Violet #AD2189
RGB
CMYK
RGB Variations
Color information
#AD2189 (or 0xAD2189) is known color: Medium Red Violet. HEX triplet: AD, 21 and 89. RGB value is (173,33,137). Sum of RGB (Red+Green+Blue) = 173+33+137=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2189 is #52DE76. Grayscale: #565656. Windows color (decimal): -5430903 or 8987053. OLE color: 8987053.
HSL color Cylindrical-coordinate representation of color #AD2189: hue angle of 315.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2189 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 137 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.32 |
| HSL | 315.43º | 0.68% | 0.4% | - |
| HSV(B) | 315.43º | 0.81% | 0.68% | - |
| XYZ | 22.29 | 11.78 | 24.77 | - |
| YUV | 86.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 137 | 0 | 0.81 | 0.21 | 0.32 | 315.43 | 0.68 | 0.4 |
| Hex | AD | 21 | 89 | 0 | 51 | 15 | 20 | 13B | 44 | 28 |
| Octal | 255 | 41 | 211 | 0 | 121 | 25 | 40 | 473 | 104 | 50 |
| Binary | 10101101 | 100001 | 10001001 | 0 | 1010001 | 10101 | 100000 | 100111011 | 1000100 | 101000 |
Color Harmonies of #AD2189
Complementary color
Monochromatic Colors of #AD2189
Black with #AD2189
Text Example
Text Example
White with #AD2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2189; }
p { color: rgb(173,33,137); }
H1.HeaderClassName
{
color: #AD2189;
}
.AnyTagClassName
{
color: #AD2189;
}
</style>
background-color css
<style>
a { background-color: #AD2189; }
a { background-color: rgb(173,33,137); }
div.DivClassName
{
background-color: #AD2189;
}
.BgClassName
{
background-color: #AD2189;
}
</style>
border-color css
<style>
span { border-color: #AD2189; }
span { border-color: rgb(173,33,137); }
td.TdClassName
{
border-color: #AD2189;
}
.TagClassName
{
border-color: #AD2189;
}
</style>