Shades of Medium Red Violet #AD2289
Tints of Medium Red Violet #AD2289
RGB
CMYK
RGB Variations
Color information
#AD2289 (or 0xAD2289) is known color: Medium Red Violet. HEX triplet: AD, 22 and 89. RGB value is (173,34,137). Sum of RGB (Red+Green+Blue) = 173+34+137=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2289 is #52DD76. Grayscale: #575757. Windows color (decimal): -5430647 or 8987309. OLE color: 8987309.
HSL color Cylindrical-coordinate representation of color #AD2289: hue angle of 315.54º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2289 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 137 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.32 |
| HSL | 315.54º | 0.67% | 0.41% | - |
| HSV(B) | 315.54º | 0.8% | 0.68% | - |
| XYZ | 22.32 | 11.83 | 24.77 | - |
| YUV | 87.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 137 | 0 | 0.80 | 0.21 | 0.32 | 315.54 | 0.67 | 0.41 |
| Hex | AD | 22 | 89 | 0 | 50 | 15 | 20 | 13C | 43 | 29 |
| Octal | 255 | 42 | 211 | 0 | 120 | 25 | 40 | 474 | 103 | 51 |
| Binary | 10101101 | 100010 | 10001001 | 0 | 1010000 | 10101 | 100000 | 100111100 | 1000011 | 101001 |
Color Harmonies of #AD2289
Complementary color
Monochromatic Colors of #AD2289
Black with #AD2289
Text Example
Text Example
White with #AD2289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2289; }
p { color: rgb(173,34,137); }
H1.HeaderClassName
{
color: #AD2289;
}
.AnyTagClassName
{
color: #AD2289;
}
</style>
background-color css
<style>
a { background-color: #AD2289; }
a { background-color: rgb(173,34,137); }
div.DivClassName
{
background-color: #AD2289;
}
.BgClassName
{
background-color: #AD2289;
}
</style>
border-color css
<style>
span { border-color: #AD2289; }
span { border-color: rgb(173,34,137); }
td.TdClassName
{
border-color: #AD2289;
}
.TagClassName
{
border-color: #AD2289;
}
</style>