Shades of Medium Violet Red #AD129D
Tints of Medium Violet Red #AD129D
RGB
CMYK
RGB Variations
Color information
#AD129D (or 0xAD129D) is known color: Medium Violet Red. HEX triplet: AD, 12 and 9D. RGB value is (173,18,157). Sum of RGB (Red+Green+Blue) = 173+18+157=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD129D is #52ED62. Grayscale: #4F4F4F. Windows color (decimal): -5434723 or 10293933. OLE color: 10293933.
HSL color Cylindrical-coordinate representation of color #AD129D: hue angle of 306.19º 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 #AD129D is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 157 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.32 |
| HSL | 306.19º | 0.81% | 0.37% | - |
| HSV(B) | 306.19º | 0.9% | 0.68% | - |
| XYZ | 23.54 | 11.75 | 32.93 | - |
| YUV | 80.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 157 | 0 | 0.90 | 0.09 | 0.32 | 306.19 | 0.81 | 0.37 |
| Hex | AD | 12 | 9D | 0 | 5A | 9 | 20 | 132 | 51 | 25 |
| Octal | 255 | 22 | 235 | 0 | 132 | 11 | 40 | 462 | 121 | 45 |
| Binary | 10101101 | 10010 | 10011101 | 0 | 1011010 | 1001 | 100000 | 100110010 | 1010001 | 100101 |
Color Harmonies of #AD129D
Complementary color
Monochromatic Colors of #AD129D
Black with #AD129D
Text Example
Text Example
White with #AD129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD129D; }
p { color: rgb(173,18,157); }
H1.HeaderClassName
{
color: #AD129D;
}
.AnyTagClassName
{
color: #AD129D;
}
</style>
background-color css
<style>
a { background-color: #AD129D; }
a { background-color: rgb(173,18,157); }
div.DivClassName
{
background-color: #AD129D;
}
.BgClassName
{
background-color: #AD129D;
}
</style>
border-color css
<style>
span { border-color: #AD129D; }
span { border-color: rgb(173,18,157); }
td.TdClassName
{
border-color: #AD129D;
}
.TagClassName
{
border-color: #AD129D;
}
</style>