Shades of Medium Violet Red #AD128E
Tints of Medium Violet Red #AD128E
RGB
CMYK
RGB Variations
Color information
#AD128E (or 0xAD128E) is known color: Medium Violet Red. HEX triplet: AD, 12 and 8E. RGB value is (173,18,142). Sum of RGB (Red+Green+Blue) = 173+18+142=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD128E is #52ED71. Grayscale: #4E4E4E. Windows color (decimal): -5434738 or 9310893. OLE color: 9310893.
HSL color Cylindrical-coordinate representation of color #AD128E: hue angle of 312º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD128E is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 142 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.32 |
| HSL | 312º | 0.81% | 0.37% | - |
| HSV(B) | 312º | 0.9% | 0.68% | - |
| XYZ | 22.33 | 11.27 | 26.59 | - |
| YUV | 78.48 | 163.85 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 142 | 0 | 0.90 | 0.18 | 0.32 | 312 | 0.81 | 0.37 |
| Hex | AD | 12 | 8E | 0 | 5A | 12 | 20 | 138 | 51 | 25 |
| Octal | 255 | 22 | 216 | 0 | 132 | 22 | 40 | 470 | 121 | 45 |
| Binary | 10101101 | 10010 | 10001110 | 0 | 1011010 | 10010 | 100000 | 100111000 | 1010001 | 100101 |
Color Harmonies of #AD128E
Complementary color
Monochromatic Colors of #AD128E
Black with #AD128E
Text Example
Text Example
White with #AD128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD128E; }
p { color: rgb(173,18,142); }
H1.HeaderClassName
{
color: #AD128E;
}
.AnyTagClassName
{
color: #AD128E;
}
</style>
background-color css
<style>
a { background-color: #AD128E; }
a { background-color: rgb(173,18,142); }
div.DivClassName
{
background-color: #AD128E;
}
.BgClassName
{
background-color: #AD128E;
}
</style>
border-color css
<style>
span { border-color: #AD128E; }
span { border-color: rgb(173,18,142); }
td.TdClassName
{
border-color: #AD128E;
}
.TagClassName
{
border-color: #AD128E;
}
</style>