Shades of Medium Red Violet #AD2584
Tints of Medium Red Violet #AD2584
RGB
CMYK
RGB Variations
Color information
#AD2584 (or 0xAD2584) is known color: Medium Red Violet. HEX triplet: AD, 25 and 84. RGB value is (173,37,132). Sum of RGB (Red+Green+Blue) = 173+37+132=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2584 is #52DA7B. Grayscale: #585858. Windows color (decimal): -5429884 or 8660397. OLE color: 8660397.
HSL color Cylindrical-coordinate representation of color #AD2584: hue angle of 318.09º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2584 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 132 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.32 |
| HSL | 318.09º | 0.65% | 0.41% | - |
| HSV(B) | 318.09º | 0.79% | 0.68% | - |
| XYZ | 22.06 | 11.87 | 22.96 | - |
| YUV | 88.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 132 | 0 | 0.79 | 0.24 | 0.32 | 318.09 | 0.65 | 0.41 |
| Hex | AD | 25 | 84 | 0 | 4F | 18 | 20 | 13E | 41 | 29 |
| Octal | 255 | 45 | 204 | 0 | 117 | 30 | 40 | 476 | 101 | 51 |
| Binary | 10101101 | 100101 | 10000100 | 0 | 1001111 | 11000 | 100000 | 100111110 | 1000001 | 101001 |
Color Harmonies of #AD2584
Complementary color
Monochromatic Colors of #AD2584
Black with #AD2584
Text Example
Text Example
White with #AD2584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2584; }
p { color: rgb(173,37,132); }
H1.HeaderClassName
{
color: #AD2584;
}
.AnyTagClassName
{
color: #AD2584;
}
</style>
background-color css
<style>
a { background-color: #AD2584; }
a { background-color: rgb(173,37,132); }
div.DivClassName
{
background-color: #AD2584;
}
.BgClassName
{
background-color: #AD2584;
}
</style>
border-color css
<style>
span { border-color: #AD2584; }
span { border-color: rgb(173,37,132); }
td.TdClassName
{
border-color: #AD2584;
}
.TagClassName
{
border-color: #AD2584;
}
</style>