Shades of Medium Violet Red #AD0992
Tints of Medium Violet Red #AD0992
RGB
CMYK
RGB Variations
Color information
#AD0992 (or 0xAD0992) is known color: Medium Violet Red. HEX triplet: AD, 09 and 92. RGB value is (173,9,146). Sum of RGB (Red+Green+Blue) = 173+9+146=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0992 is #52F66D. Grayscale: #494949. Windows color (decimal): -5437038 or 9570733. OLE color: 9570733.
HSL color Cylindrical-coordinate representation of color #AD0992: hue angle of 309.88º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0992 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 146 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.32 |
| HSL | 309.88º | 0.9% | 0.36% | - |
| HSV(B) | 309.88º | 0.95% | 0.68% | - |
| XYZ | 22.52 | 11.15 | 28.16 | - |
| YUV | 73.65 | 168.83 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 146 | 0 | 0.95 | 0.16 | 0.32 | 309.88 | 0.9 | 0.36 |
| Hex | AD | 9 | 92 | 0 | 5F | 10 | 20 | 136 | 5A | 24 |
| Octal | 255 | 11 | 222 | 0 | 137 | 20 | 40 | 466 | 132 | 44 |
| Binary | 10101101 | 1001 | 10010010 | 0 | 1011111 | 10000 | 100000 | 100110110 | 1011010 | 100100 |
Color Harmonies of #AD0992
Complementary color
Monochromatic Colors of #AD0992
Black with #AD0992
Text Example
Text Example
White with #AD0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0992; }
p { color: rgb(173,9,146); }
H1.HeaderClassName
{
color: #AD0992;
}
.AnyTagClassName
{
color: #AD0992;
}
</style>
background-color css
<style>
a { background-color: #AD0992; }
a { background-color: rgb(173,9,146); }
div.DivClassName
{
background-color: #AD0992;
}
.BgClassName
{
background-color: #AD0992;
}
</style>
border-color css
<style>
span { border-color: #AD0992; }
span { border-color: rgb(173,9,146); }
td.TdClassName
{
border-color: #AD0992;
}
.TagClassName
{
border-color: #AD0992;
}
</style>