Shades of Medium Red Violet #AD3884
Tints of Medium Red Violet #AD3884
RGB
CMYK
RGB Variations
Color information
#AD3884 (or 0xAD3884) is known color: Medium Red Violet. HEX triplet: AD, 38 and 84. RGB value is (173,56,132). Sum of RGB (Red+Green+Blue) = 173+56+132=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3884 is #52C77B. Grayscale: #636363. Windows color (decimal): -5425020 or 8665261. OLE color: 8665261.
HSL color Cylindrical-coordinate representation of color #AD3884: hue angle of 321.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3884 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 132 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.32 |
| HSL | 321.03º | 0.51% | 0.45% | - |
| HSV(B) | 321.03º | 0.68% | 0.68% | - |
| XYZ | 22.81 | 13.38 | 23.21 | - |
| YUV | 99.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 132 | 0 | 0.68 | 0.24 | 0.32 | 321.03 | 0.51 | 0.45 |
| Hex | AD | 38 | 84 | 0 | 44 | 18 | 20 | 141 | 33 | 2D |
| Octal | 255 | 70 | 204 | 0 | 104 | 30 | 40 | 501 | 63 | 55 |
| Binary | 10101101 | 111000 | 10000100 | 0 | 1000100 | 11000 | 100000 | 101000001 | 110011 | 101101 |
Color Harmonies of #AD3884
Complementary color
Monochromatic Colors of #AD3884
Black with #AD3884
Text Example
Text Example
White with #AD3884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3884; }
p { color: rgb(173,56,132); }
H1.HeaderClassName
{
color: #AD3884;
}
.AnyTagClassName
{
color: #AD3884;
}
</style>
background-color css
<style>
a { background-color: #AD3884; }
a { background-color: rgb(173,56,132); }
div.DivClassName
{
background-color: #AD3884;
}
.BgClassName
{
background-color: #AD3884;
}
</style>
border-color css
<style>
span { border-color: #AD3884; }
span { border-color: rgb(173,56,132); }
td.TdClassName
{
border-color: #AD3884;
}
.TagClassName
{
border-color: #AD3884;
}
</style>