Shades of Medium Violet Red #AD0484
Tints of Medium Violet Red #AD0484
RGB
CMYK
RGB Variations
Color information
#AD0484 (or 0xAD0484) is known color: Medium Violet Red. HEX triplet: AD, 04 and 84. RGB value is (173,4,132). Sum of RGB (Red+Green+Blue) = 173+4+132=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0484 is #52FB7B. Grayscale: #444444. Windows color (decimal): -5438332 or 8651949. OLE color: 8651949.
HSL color Cylindrical-coordinate representation of color #AD0484: hue angle of 314.56º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0484 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.32 |
| HSL | 314.56º | 0.95% | 0.35% | - |
| HSV(B) | 314.56º | 0.98% | 0.68% | - |
| XYZ | 21.44 | 10.64 | 22.75 | - |
| YUV | 69.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 132 | 0 | 0.98 | 0.24 | 0.32 | 314.56 | 0.95 | 0.35 |
| Hex | AD | 4 | 84 | 0 | 62 | 18 | 20 | 13B | 5F | 23 |
| Octal | 255 | 4 | 204 | 0 | 142 | 30 | 40 | 473 | 137 | 43 |
| Binary | 10101101 | 100 | 10000100 | 0 | 1100010 | 11000 | 100000 | 100111011 | 1011111 | 100011 |
Color Harmonies of #AD0484
Complementary color
Monochromatic Colors of #AD0484
Black with #AD0484
Text Example
Text Example
White with #AD0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0484; }
p { color: rgb(173,4,132); }
H1.HeaderClassName
{
color: #AD0484;
}
.AnyTagClassName
{
color: #AD0484;
}
</style>
background-color css
<style>
a { background-color: #AD0484; }
a { background-color: rgb(173,4,132); }
div.DivClassName
{
background-color: #AD0484;
}
.BgClassName
{
background-color: #AD0484;
}
</style>
border-color css
<style>
span { border-color: #AD0484; }
span { border-color: rgb(173,4,132); }
td.TdClassName
{
border-color: #AD0484;
}
.TagClassName
{
border-color: #AD0484;
}
</style>