Shades of Medium Violet Red #AD0284
Tints of Medium Violet Red #AD0284
RGB
CMYK
RGB Variations
Color information
#AD0284 (or 0xAD0284) is known color: Medium Violet Red. HEX triplet: AD, 02 and 84. RGB value is (173,2,132). Sum of RGB (Red+Green+Blue) = 173+2+132=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0284 is #52FD7B. Grayscale: #434343. Windows color (decimal): -5438844 or 8651437. OLE color: 8651437.
HSL color Cylindrical-coordinate representation of color #AD0284: hue angle of 314.39º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0284 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 132 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.32 |
| HSL | 314.39º | 0.98% | 0.34% | - |
| HSV(B) | 314.39º | 0.99% | 0.68% | - |
| XYZ | 21.42 | 10.59 | 22.75 | - |
| YUV | 67.95 | 164.15 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 132 | 0 | 0.99 | 0.24 | 0.32 | 314.39 | 0.98 | 0.34 |
| Hex | AD | 2 | 84 | 0 | 63 | 18 | 20 | 13A | 62 | 22 |
| Octal | 255 | 2 | 204 | 0 | 143 | 30 | 40 | 472 | 142 | 42 |
| Binary | 10101101 | 10 | 10000100 | 0 | 1100011 | 11000 | 100000 | 100111010 | 1100010 | 100010 |
Color Harmonies of #AD0284
Complementary color
Monochromatic Colors of #AD0284
Black with #AD0284
Text Example
Text Example
White with #AD0284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0284; }
p { color: rgb(173,2,132); }
H1.HeaderClassName
{
color: #AD0284;
}
.AnyTagClassName
{
color: #AD0284;
}
</style>
background-color css
<style>
a { background-color: #AD0284; }
a { background-color: rgb(173,2,132); }
div.DivClassName
{
background-color: #AD0284;
}
.BgClassName
{
background-color: #AD0284;
}
</style>
border-color css
<style>
span { border-color: #AD0284; }
span { border-color: rgb(173,2,132); }
td.TdClassName
{
border-color: #AD0284;
}
.TagClassName
{
border-color: #AD0284;
}
</style>