Shades of Medium Red Violet #AD288C
Tints of Medium Red Violet #AD288C
RGB
CMYK
RGB Variations
Color information
#AD288C (or 0xAD288C) is known color: Medium Red Violet. HEX triplet: AD, 28 and 8C. RGB value is (173,40,140). Sum of RGB (Red+Green+Blue) = 173+40+140=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD288C is #52D773. Grayscale: #5A5A5A. Windows color (decimal): -5429108 or 9185453. OLE color: 9185453.
HSL color Cylindrical-coordinate representation of color #AD288C: hue angle of 314.89º 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 #AD288C is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 140 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.32 |
| HSL | 314.89º | 0.62% | 0.42% | - |
| HSV(B) | 314.89º | 0.77% | 0.68% | - |
| XYZ | 22.73 | 12.3 | 25.99 | - |
| YUV | 91.17 | 155.56 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 140 | 0 | 0.77 | 0.19 | 0.32 | 314.89 | 0.62 | 0.42 |
| Hex | AD | 28 | 8C | 0 | 4D | 13 | 20 | 13B | 3E | 2A |
| Octal | 255 | 50 | 214 | 0 | 115 | 23 | 40 | 473 | 76 | 52 |
| Binary | 10101101 | 101000 | 10001100 | 0 | 1001101 | 10011 | 100000 | 100111011 | 111110 | 101010 |
Color Harmonies of #AD288C
Complementary color
Monochromatic Colors of #AD288C
Black with #AD288C
Text Example
Text Example
White with #AD288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD288C; }
p { color: rgb(173,40,140); }
H1.HeaderClassName
{
color: #AD288C;
}
.AnyTagClassName
{
color: #AD288C;
}
</style>
background-color css
<style>
a { background-color: #AD288C; }
a { background-color: rgb(173,40,140); }
div.DivClassName
{
background-color: #AD288C;
}
.BgClassName
{
background-color: #AD288C;
}
</style>
border-color css
<style>
span { border-color: #AD288C; }
span { border-color: rgb(173,40,140); }
td.TdClassName
{
border-color: #AD288C;
}
.TagClassName
{
border-color: #AD288C;
}
</style>