Shades of Medium Red Violet #AD2484
Tints of Medium Red Violet #AD2484
RGB
CMYK
RGB Variations
Color information
#AD2484 (or 0xAD2484) is known color: Medium Red Violet. HEX triplet: AD, 24 and 84. RGB value is (173,36,132). Sum of RGB (Red+Green+Blue) = 173+36+132=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2484 is #52DB7B. Grayscale: #575757. Windows color (decimal): -5430140 or 8660141. OLE color: 8660141.
HSL color Cylindrical-coordinate representation of color #AD2484: hue angle of 317.96º degrees, saturation: 0.66, 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 #AD2484 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 132 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.32 |
| HSL | 317.96º | 0.66% | 0.41% | - |
| HSV(B) | 317.96º | 0.79% | 0.68% | - |
| XYZ | 22.03 | 11.81 | 22.95 | - |
| YUV | 87.91 | 152.89 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 132 | 0 | 0.79 | 0.24 | 0.32 | 317.96 | 0.66 | 0.41 |
| Hex | AD | 24 | 84 | 0 | 4F | 18 | 20 | 13E | 42 | 29 |
| Octal | 255 | 44 | 204 | 0 | 117 | 30 | 40 | 476 | 102 | 51 |
| Binary | 10101101 | 100100 | 10000100 | 0 | 1001111 | 11000 | 100000 | 100111110 | 1000010 | 101001 |
Color Harmonies of #AD2484
Complementary color
Monochromatic Colors of #AD2484
Black with #AD2484
Text Example
Text Example
White with #AD2484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2484; }
p { color: rgb(173,36,132); }
H1.HeaderClassName
{
color: #AD2484;
}
.AnyTagClassName
{
color: #AD2484;
}
</style>
background-color css
<style>
a { background-color: #AD2484; }
a { background-color: rgb(173,36,132); }
div.DivClassName
{
background-color: #AD2484;
}
.BgClassName
{
background-color: #AD2484;
}
</style>
border-color css
<style>
span { border-color: #AD2484; }
span { border-color: rgb(173,36,132); }
td.TdClassName
{
border-color: #AD2484;
}
.TagClassName
{
border-color: #AD2484;
}
</style>