Shades of Medium Red Violet #AD3384
Tints of Medium Red Violet #AD3384
RGB
CMYK
RGB Variations
Color information
#AD3384 (or 0xAD3384) is known color: Medium Red Violet. HEX triplet: AD, 33 and 84. RGB value is (173,51,132). Sum of RGB (Red+Green+Blue) = 173+51+132=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3384 is #52CC7B. Grayscale: #606060. Windows color (decimal): -5426300 or 8663981. OLE color: 8663981.
HSL color Cylindrical-coordinate representation of color #AD3384: hue angle of 320.16º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3384 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 132 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.32 |
| HSL | 320.16º | 0.54% | 0.44% | - |
| HSV(B) | 320.16º | 0.71% | 0.68% | - |
| XYZ | 22.58 | 12.92 | 23.13 | - |
| YUV | 96.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 132 | 0 | 0.71 | 0.24 | 0.32 | 320.16 | 0.54 | 0.44 |
| Hex | AD | 33 | 84 | 0 | 47 | 18 | 20 | 140 | 36 | 2C |
| Octal | 255 | 63 | 204 | 0 | 107 | 30 | 40 | 500 | 66 | 54 |
| Binary | 10101101 | 110011 | 10000100 | 0 | 1000111 | 11000 | 100000 | 101000000 | 110110 | 101100 |
Color Harmonies of #AD3384
Complementary color
Monochromatic Colors of #AD3384
Black with #AD3384
Text Example
Text Example
White with #AD3384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3384; }
p { color: rgb(173,51,132); }
H1.HeaderClassName
{
color: #AD3384;
}
.AnyTagClassName
{
color: #AD3384;
}
</style>
background-color css
<style>
a { background-color: #AD3384; }
a { background-color: rgb(173,51,132); }
div.DivClassName
{
background-color: #AD3384;
}
.BgClassName
{
background-color: #AD3384;
}
</style>
border-color css
<style>
span { border-color: #AD3384; }
span { border-color: rgb(173,51,132); }
td.TdClassName
{
border-color: #AD3384;
}
.TagClassName
{
border-color: #AD3384;
}
</style>