Shades of Medium Red Violet #AD2990
Tints of Medium Red Violet #AD2990
RGB
CMYK
RGB Variations
Color information
#AD2990 (or 0xAD2990) is known color: Medium Red Violet. HEX triplet: AD, 29 and 90. RGB value is (173,41,144). Sum of RGB (Red+Green+Blue) = 173+41+144=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2990 is #52D66F. Grayscale: #5B5B5B. Windows color (decimal): -5428848 or 9447853. OLE color: 9447853.
HSL color Cylindrical-coordinate representation of color #AD2990: hue angle of 313.18º 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 #AD2990 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 144 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.32 |
| HSL | 313.18º | 0.62% | 0.42% | - |
| HSV(B) | 313.18º | 0.76% | 0.68% | - |
| XYZ | 23.06 | 12.48 | 27.58 | - |
| YUV | 92.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 144 | 0 | 0.76 | 0.17 | 0.32 | 313.18 | 0.62 | 0.42 |
| Hex | AD | 29 | 90 | 0 | 4C | 11 | 20 | 139 | 3E | 2A |
| Octal | 255 | 51 | 220 | 0 | 114 | 21 | 40 | 471 | 76 | 52 |
| Binary | 10101101 | 101001 | 10010000 | 0 | 1001100 | 10001 | 100000 | 100111001 | 111110 | 101010 |
Color Harmonies of #AD2990
Complementary color
Monochromatic Colors of #AD2990
Black with #AD2990
Text Example
Text Example
White with #AD2990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2990; }
p { color: rgb(173,41,144); }
H1.HeaderClassName
{
color: #AD2990;
}
.AnyTagClassName
{
color: #AD2990;
}
</style>
background-color css
<style>
a { background-color: #AD2990; }
a { background-color: rgb(173,41,144); }
div.DivClassName
{
background-color: #AD2990;
}
.BgClassName
{
background-color: #AD2990;
}
</style>
border-color css
<style>
span { border-color: #AD2990; }
span { border-color: rgb(173,41,144); }
td.TdClassName
{
border-color: #AD2990;
}
.TagClassName
{
border-color: #AD2990;
}
</style>