Shades of Medium Red Violet #AD2384
Tints of Medium Red Violet #AD2384
RGB
CMYK
RGB Variations
Color information
#AD2384 (or 0xAD2384) is known color: Medium Red Violet. HEX triplet: AD, 23 and 84. RGB value is (173,35,132). Sum of RGB (Red+Green+Blue) = 173+35+132=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2384 is #52DC7B. Grayscale: #575757. Windows color (decimal): -5430396 or 8659885. OLE color: 8659885.
HSL color Cylindrical-coordinate representation of color #AD2384: hue angle of 317.83º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2384 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 132 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.32 |
| HSL | 317.83º | 0.66% | 0.41% | - |
| HSV(B) | 317.83º | 0.8% | 0.68% | - |
| XYZ | 22 | 11.75 | 22.94 | - |
| YUV | 87.32 | 153.22 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 132 | 0 | 0.80 | 0.24 | 0.32 | 317.83 | 0.66 | 0.41 |
| Hex | AD | 23 | 84 | 0 | 50 | 18 | 20 | 13E | 42 | 29 |
| Octal | 255 | 43 | 204 | 0 | 120 | 30 | 40 | 476 | 102 | 51 |
| Binary | 10101101 | 100011 | 10000100 | 0 | 1010000 | 11000 | 100000 | 100111110 | 1000010 | 101001 |
Color Harmonies of #AD2384
Complementary color
Monochromatic Colors of #AD2384
Black with #AD2384
Text Example
Text Example
White with #AD2384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2384; }
p { color: rgb(173,35,132); }
H1.HeaderClassName
{
color: #AD2384;
}
.AnyTagClassName
{
color: #AD2384;
}
</style>
background-color css
<style>
a { background-color: #AD2384; }
a { background-color: rgb(173,35,132); }
div.DivClassName
{
background-color: #AD2384;
}
.BgClassName
{
background-color: #AD2384;
}
</style>
border-color css
<style>
span { border-color: #AD2384; }
span { border-color: rgb(173,35,132); }
td.TdClassName
{
border-color: #AD2384;
}
.TagClassName
{
border-color: #AD2384;
}
</style>