Shades of Medium Red Violet #AD2882
Tints of Medium Red Violet #AD2882
RGB
CMYK
RGB Variations
Color information
#AD2882 (or 0xAD2882) is known color: Medium Red Violet. HEX triplet: AD, 28 and 82. RGB value is (173,40,130). Sum of RGB (Red+Green+Blue) = 173+40+130=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2882 is #52D77D. Grayscale: #595959. Windows color (decimal): -5429118 or 8530093. OLE color: 8530093.
HSL color Cylindrical-coordinate representation of color #AD2882: hue angle of 319.4º degrees, saturation: 0.62, 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 #AD2882 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 130 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.32 |
| HSL | 319.4º | 0.62% | 0.42% | - |
| HSV(B) | 319.4º | 0.77% | 0.68% | - |
| XYZ | 22.02 | 12.01 | 22.28 | - |
| YUV | 90.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 130 | 0 | 0.77 | 0.25 | 0.32 | 319.4 | 0.62 | 0.42 |
| Hex | AD | 28 | 82 | 0 | 4D | 19 | 20 | 13F | 3E | 2A |
| Octal | 255 | 50 | 202 | 0 | 115 | 31 | 40 | 477 | 76 | 52 |
| Binary | 10101101 | 101000 | 10000010 | 0 | 1001101 | 11001 | 100000 | 100111111 | 111110 | 101010 |
Color Harmonies of #AD2882
Complementary color
Monochromatic Colors of #AD2882
Black with #AD2882
Text Example
Text Example
White with #AD2882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2882; }
p { color: rgb(173,40,130); }
H1.HeaderClassName
{
color: #AD2882;
}
.AnyTagClassName
{
color: #AD2882;
}
</style>
background-color css
<style>
a { background-color: #AD2882; }
a { background-color: rgb(173,40,130); }
div.DivClassName
{
background-color: #AD2882;
}
.BgClassName
{
background-color: #AD2882;
}
</style>
border-color css
<style>
span { border-color: #AD2882; }
span { border-color: rgb(173,40,130); }
td.TdClassName
{
border-color: #AD2882;
}
.TagClassName
{
border-color: #AD2882;
}
</style>