Shades of Medium Red Violet #AD2782
Tints of Medium Red Violet #AD2782
RGB
CMYK
RGB Variations
Color information
#AD2782 (or 0xAD2782) is known color: Medium Red Violet. HEX triplet: AD, 27 and 82. RGB value is (173,39,130). Sum of RGB (Red+Green+Blue) = 173+39+130=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2782 is #52D87D. Grayscale: #595959. Windows color (decimal): -5429374 or 8529837. OLE color: 8529837.
HSL color Cylindrical-coordinate representation of color #AD2782: hue angle of 319.25º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2782 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 130 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.32 |
| HSL | 319.25º | 0.63% | 0.42% | - |
| HSV(B) | 319.25º | 0.77% | 0.68% | - |
| XYZ | 21.99 | 11.95 | 22.27 | - |
| YUV | 89.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 130 | 0 | 0.77 | 0.25 | 0.32 | 319.25 | 0.63 | 0.42 |
| Hex | AD | 27 | 82 | 0 | 4D | 19 | 20 | 13F | 3F | 2A |
| Octal | 255 | 47 | 202 | 0 | 115 | 31 | 40 | 477 | 77 | 52 |
| Binary | 10101101 | 100111 | 10000010 | 0 | 1001101 | 11001 | 100000 | 100111111 | 111111 | 101010 |
Color Harmonies of #AD2782
Complementary color
Monochromatic Colors of #AD2782
Black with #AD2782
Text Example
Text Example
White with #AD2782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2782; }
p { color: rgb(173,39,130); }
H1.HeaderClassName
{
color: #AD2782;
}
.AnyTagClassName
{
color: #AD2782;
}
</style>
background-color css
<style>
a { background-color: #AD2782; }
a { background-color: rgb(173,39,130); }
div.DivClassName
{
background-color: #AD2782;
}
.BgClassName
{
background-color: #AD2782;
}
</style>
border-color css
<style>
span { border-color: #AD2782; }
span { border-color: rgb(173,39,130); }
td.TdClassName
{
border-color: #AD2782;
}
.TagClassName
{
border-color: #AD2782;
}
</style>