Shades of Medium Red Violet #AD288D
Tints of Medium Red Violet #AD288D
RGB
CMYK
RGB Variations
Color information
#AD288D (or 0xAD288D) is known color: Medium Red Violet. HEX triplet: AD, 28 and 8D. RGB value is (173,40,141). Sum of RGB (Red+Green+Blue) = 173+40+141=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD288D is #52D772. Grayscale: #5B5B5B. Windows color (decimal): -5429107 or 9250989. OLE color: 9250989.
HSL color Cylindrical-coordinate representation of color #AD288D: hue angle of 314.44º 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 #AD288D is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 141 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.32 |
| HSL | 314.44º | 0.62% | 0.42% | - |
| HSV(B) | 314.44º | 0.77% | 0.68% | - |
| XYZ | 22.8 | 12.32 | 26.38 | - |
| YUV | 91.28 | 156.06 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 141 | 0 | 0.77 | 0.18 | 0.32 | 314.44 | 0.62 | 0.42 |
| Hex | AD | 28 | 8D | 0 | 4D | 12 | 20 | 13A | 3E | 2A |
| Octal | 255 | 50 | 215 | 0 | 115 | 22 | 40 | 472 | 76 | 52 |
| Binary | 10101101 | 101000 | 10001101 | 0 | 1001101 | 10010 | 100000 | 100111010 | 111110 | 101010 |
Color Harmonies of #AD288D
Complementary color
Monochromatic Colors of #AD288D
Black with #AD288D
Text Example
Text Example
White with #AD288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD288D; }
p { color: rgb(173,40,141); }
H1.HeaderClassName
{
color: #AD288D;
}
.AnyTagClassName
{
color: #AD288D;
}
</style>
background-color css
<style>
a { background-color: #AD288D; }
a { background-color: rgb(173,40,141); }
div.DivClassName
{
background-color: #AD288D;
}
.BgClassName
{
background-color: #AD288D;
}
</style>
border-color css
<style>
span { border-color: #AD288D; }
span { border-color: rgb(173,40,141); }
td.TdClassName
{
border-color: #AD288D;
}
.TagClassName
{
border-color: #AD288D;
}
</style>