Shades of Medium Red Violet #AD2182
Tints of Medium Red Violet #AD2182
RGB
CMYK
RGB Variations
Color information
#AD2182 (or 0xAD2182) is known color: Medium Red Violet. HEX triplet: AD, 21 and 82. RGB value is (173,33,130). Sum of RGB (Red+Green+Blue) = 173+33+130=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2182 is #52DE7D. Grayscale: #555555. Windows color (decimal): -5430910 or 8528301. OLE color: 8528301.
HSL color Cylindrical-coordinate representation of color #AD2182: hue angle of 318.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2182 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 130 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.32 |
| HSL | 318.43º | 0.68% | 0.4% | - |
| HSV(B) | 318.43º | 0.81% | 0.68% | - |
| XYZ | 21.81 | 11.58 | 22.21 | - |
| YUV | 85.92 | 152.88 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 130 | 0 | 0.81 | 0.25 | 0.32 | 318.43 | 0.68 | 0.4 |
| Hex | AD | 21 | 82 | 0 | 51 | 19 | 20 | 13E | 44 | 28 |
| Octal | 255 | 41 | 202 | 0 | 121 | 31 | 40 | 476 | 104 | 50 |
| Binary | 10101101 | 100001 | 10000010 | 0 | 1010001 | 11001 | 100000 | 100111110 | 1000100 | 101000 |
Color Harmonies of #AD2182
Complementary color
Monochromatic Colors of #AD2182
Black with #AD2182
Text Example
Text Example
White with #AD2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2182; }
p { color: rgb(173,33,130); }
H1.HeaderClassName
{
color: #AD2182;
}
.AnyTagClassName
{
color: #AD2182;
}
</style>
background-color css
<style>
a { background-color: #AD2182; }
a { background-color: rgb(173,33,130); }
div.DivClassName
{
background-color: #AD2182;
}
.BgClassName
{
background-color: #AD2182;
}
</style>
border-color css
<style>
span { border-color: #AD2182; }
span { border-color: rgb(173,33,130); }
td.TdClassName
{
border-color: #AD2182;
}
.TagClassName
{
border-color: #AD2182;
}
</style>