Shades of Medium Red Violet #AD2992
Tints of Medium Red Violet #AD2992
RGB
CMYK
RGB Variations
Color information
#AD2992 (or 0xAD2992) is known color: Medium Red Violet. HEX triplet: AD, 29 and 92. RGB value is (173,41,146). Sum of RGB (Red+Green+Blue) = 173+41+146=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2992 is #52D66D. Grayscale: #5C5C5C. Windows color (decimal): -5428846 or 9578925. OLE color: 9578925.
HSL color Cylindrical-coordinate representation of color #AD2992: hue angle of 312.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2992 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 146 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.32 |
| HSL | 312.27º | 0.62% | 0.42% | - |
| HSV(B) | 312.27º | 0.76% | 0.68% | - |
| XYZ | 23.21 | 12.55 | 28.39 | - |
| YUV | 92.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 146 | 0 | 0.76 | 0.16 | 0.32 | 312.27 | 0.62 | 0.42 |
| Hex | AD | 29 | 92 | 0 | 4C | 10 | 20 | 138 | 3E | 2A |
| Octal | 255 | 51 | 222 | 0 | 114 | 20 | 40 | 470 | 76 | 52 |
| Binary | 10101101 | 101001 | 10010010 | 0 | 1001100 | 10000 | 100000 | 100111000 | 111110 | 101010 |
Color Harmonies of #AD2992
Complementary color
Monochromatic Colors of #AD2992
Black with #AD2992
Text Example
Text Example
White with #AD2992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2992; }
p { color: rgb(173,41,146); }
H1.HeaderClassName
{
color: #AD2992;
}
.AnyTagClassName
{
color: #AD2992;
}
</style>
background-color css
<style>
a { background-color: #AD2992; }
a { background-color: rgb(173,41,146); }
div.DivClassName
{
background-color: #AD2992;
}
.BgClassName
{
background-color: #AD2992;
}
</style>
border-color css
<style>
span { border-color: #AD2992; }
span { border-color: rgb(173,41,146); }
td.TdClassName
{
border-color: #AD2992;
}
.TagClassName
{
border-color: #AD2992;
}
</style>