Shades of Medium Violet Red #AD0084
Tints of Medium Violet Red #AD0084
RGB
CMYK
RGB Variations
Color information
#AD0084 (or 0xAD0084) is known color: Medium Violet Red. HEX triplet: AD, 00 and 84. RGB value is (173,0,132). Sum of RGB (Red+Green+Blue) = 173+0+132=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0084 is #52FF7B. Grayscale: #424242. Windows color (decimal): -5439356 or 8650925. OLE color: 8650925.
HSL color Cylindrical-coordinate representation of color #AD0084: hue angle of 314.22º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0084 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.24 | 0.32 |
| HSL | 314.22º | 1% | 0.34% | - |
| HSV(B) | 314.22º | 1% | 0.68% | - |
| XYZ | 21.4 | 10.55 | 22.74 | - |
| YUV | 66.78 | 164.81 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 132 | 0 | 1 | 0.24 | 0.32 | 314.22 | 1 | 0.34 |
| Hex | AD | 0 | 84 | 0 | 64 | 18 | 20 | 13A | 64 | 22 |
| Octal | 255 | 0 | 204 | 0 | 144 | 30 | 40 | 472 | 144 | 42 |
| Binary | 10101101 | 0 | 10000100 | 0 | 1100100 | 11000 | 100000 | 100111010 | 1100100 | 100010 |
Color Harmonies of #AD0084
Complementary color
Monochromatic Colors of #AD0084
Black with #AD0084
Text Example
Text Example
White with #AD0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0084; }
p { color: rgb(173,0,132); }
H1.HeaderClassName
{
color: #AD0084;
}
.AnyTagClassName
{
color: #AD0084;
}
</style>
background-color css
<style>
a { background-color: #AD0084; }
a { background-color: rgb(173,0,132); }
div.DivClassName
{
background-color: #AD0084;
}
.BgClassName
{
background-color: #AD0084;
}
</style>
border-color css
<style>
span { border-color: #AD0084; }
span { border-color: rgb(173,0,132); }
td.TdClassName
{
border-color: #AD0084;
}
.TagClassName
{
border-color: #AD0084;
}
</style>