Shades of Medium Red Violet #AD2282
Tints of Medium Red Violet #AD2282
RGB
CMYK
RGB Variations
Color information
#AD2282 (or 0xAD2282) is known color: Medium Red Violet. HEX triplet: AD, 22 and 82. RGB value is (173,34,130). Sum of RGB (Red+Green+Blue) = 173+34+130=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2282 is #52DD7D. Grayscale: #565656. Windows color (decimal): -5430654 or 8528557. OLE color: 8528557.
HSL color Cylindrical-coordinate representation of color #AD2282: hue angle of 318.56º degrees, saturation: 0.67, 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 #AD2282 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 130 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.32 |
| HSL | 318.56º | 0.67% | 0.41% | - |
| HSV(B) | 318.56º | 0.8% | 0.68% | - |
| XYZ | 21.83 | 11.64 | 22.22 | - |
| YUV | 86.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 130 | 0 | 0.80 | 0.25 | 0.32 | 318.56 | 0.67 | 0.41 |
| Hex | AD | 22 | 82 | 0 | 50 | 19 | 20 | 13F | 43 | 29 |
| Octal | 255 | 42 | 202 | 0 | 120 | 31 | 40 | 477 | 103 | 51 |
| Binary | 10101101 | 100010 | 10000010 | 0 | 1010000 | 11001 | 100000 | 100111111 | 1000011 | 101001 |
Color Harmonies of #AD2282
Complementary color
Monochromatic Colors of #AD2282
Black with #AD2282
Text Example
Text Example
White with #AD2282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2282; }
p { color: rgb(173,34,130); }
H1.HeaderClassName
{
color: #AD2282;
}
.AnyTagClassName
{
color: #AD2282;
}
</style>
background-color css
<style>
a { background-color: #AD2282; }
a { background-color: rgb(173,34,130); }
div.DivClassName
{
background-color: #AD2282;
}
.BgClassName
{
background-color: #AD2282;
}
</style>
border-color css
<style>
span { border-color: #AD2282; }
span { border-color: rgb(173,34,130); }
td.TdClassName
{
border-color: #AD2282;
}
.TagClassName
{
border-color: #AD2282;
}
</style>