Shades of Medium Violet Red #AD0384
Tints of Medium Violet Red #AD0384
RGB
CMYK
RGB Variations
Color information
#AD0384 (or 0xAD0384) is known color: Medium Violet Red. HEX triplet: AD, 03 and 84. RGB value is (173,3,132). Sum of RGB (Red+Green+Blue) = 173+3+132=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0384 is #52FC7B. Grayscale: #444444. Windows color (decimal): -5438588 or 8651693. OLE color: 8651693.
HSL color Cylindrical-coordinate representation of color #AD0384: hue angle of 314.47º degrees, saturation: 0.97, 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 #AD0384 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.32 |
| HSL | 314.47º | 0.97% | 0.35% | - |
| HSV(B) | 314.47º | 0.98% | 0.68% | - |
| XYZ | 21.43 | 10.62 | 22.75 | - |
| YUV | 68.54 | 163.82 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 132 | 0 | 0.98 | 0.24 | 0.32 | 314.47 | 0.97 | 0.35 |
| Hex | AD | 3 | 84 | 0 | 62 | 18 | 20 | 13A | 61 | 23 |
| Octal | 255 | 3 | 204 | 0 | 142 | 30 | 40 | 472 | 141 | 43 |
| Binary | 10101101 | 11 | 10000100 | 0 | 1100010 | 11000 | 100000 | 100111010 | 1100001 | 100011 |
Color Harmonies of #AD0384
Complementary color
Monochromatic Colors of #AD0384
Black with #AD0384
Text Example
Text Example
White with #AD0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0384; }
p { color: rgb(173,3,132); }
H1.HeaderClassName
{
color: #AD0384;
}
.AnyTagClassName
{
color: #AD0384;
}
</style>
background-color css
<style>
a { background-color: #AD0384; }
a { background-color: rgb(173,3,132); }
div.DivClassName
{
background-color: #AD0384;
}
.BgClassName
{
background-color: #AD0384;
}
</style>
border-color css
<style>
span { border-color: #AD0384; }
span { border-color: rgb(173,3,132); }
td.TdClassName
{
border-color: #AD0384;
}
.TagClassName
{
border-color: #AD0384;
}
</style>