Shades of Medium Violet Red #AD0993
Tints of Medium Violet Red #AD0993
RGB
CMYK
RGB Variations
Color information
#AD0993 (or 0xAD0993) is known color: Medium Violet Red. HEX triplet: AD, 09 and 93. RGB value is (173,9,147). Sum of RGB (Red+Green+Blue) = 173+9+147=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0993 is #52F66C. Grayscale: #494949. Windows color (decimal): -5437037 or 9636269. OLE color: 9636269.
HSL color Cylindrical-coordinate representation of color #AD0993: hue angle of 309.51º 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 #AD0993 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 147 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.32 |
| HSL | 309.51º | 0.9% | 0.36% | - |
| HSV(B) | 309.51º | 0.95% | 0.68% | - |
| XYZ | 22.6 | 11.19 | 28.57 | - |
| YUV | 73.77 | 169.33 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 147 | 0 | 0.95 | 0.15 | 0.32 | 309.51 | 0.9 | 0.36 |
| Hex | AD | 9 | 93 | 0 | 5F | F | 20 | 136 | 5A | 24 |
| Octal | 255 | 11 | 223 | 0 | 137 | 17 | 40 | 466 | 132 | 44 |
| Binary | 10101101 | 1001 | 10010011 | 0 | 1011111 | 1111 | 100000 | 100110110 | 1011010 | 100100 |
Color Harmonies of #AD0993
Complementary color
Monochromatic Colors of #AD0993
Black with #AD0993
Text Example
Text Example
White with #AD0993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0993; }
p { color: rgb(173,9,147); }
H1.HeaderClassName
{
color: #AD0993;
}
.AnyTagClassName
{
color: #AD0993;
}
</style>
background-color css
<style>
a { background-color: #AD0993; }
a { background-color: rgb(173,9,147); }
div.DivClassName
{
background-color: #AD0993;
}
.BgClassName
{
background-color: #AD0993;
}
</style>
border-color css
<style>
span { border-color: #AD0993; }
span { border-color: rgb(173,9,147); }
td.TdClassName
{
border-color: #AD0993;
}
.TagClassName
{
border-color: #AD0993;
}
</style>