Shades of Medium Violet Red #AD129A
Tints of Medium Violet Red #AD129A
RGB
CMYK
RGB Variations
Color information
#AD129A (or 0xAD129A) is known color: Medium Violet Red. HEX triplet: AD, 12 and 9A. RGB value is (173,18,154). Sum of RGB (Red+Green+Blue) = 173+18+154=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD129A is #52ED65. Grayscale: #4F4F4F. Windows color (decimal): -5434726 or 10097325. OLE color: 10097325.
HSL color Cylindrical-coordinate representation of color #AD129A: hue angle of 307.35º 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 #AD129A is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 154 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.32 |
| HSL | 307.35º | 0.81% | 0.37% | - |
| HSV(B) | 307.35º | 0.9% | 0.68% | - |
| XYZ | 23.28 | 11.65 | 31.59 | - |
| YUV | 79.85 | 169.85 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 154 | 0 | 0.90 | 0.11 | 0.32 | 307.35 | 0.81 | 0.37 |
| Hex | AD | 12 | 9A | 0 | 5A | B | 20 | 133 | 51 | 25 |
| Octal | 255 | 22 | 232 | 0 | 132 | 13 | 40 | 463 | 121 | 45 |
| Binary | 10101101 | 10010 | 10011010 | 0 | 1011010 | 1011 | 100000 | 100110011 | 1010001 | 100101 |
Color Harmonies of #AD129A
Complementary color
Monochromatic Colors of #AD129A
Black with #AD129A
Text Example
Text Example
White with #AD129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD129A; }
p { color: rgb(173,18,154); }
H1.HeaderClassName
{
color: #AD129A;
}
.AnyTagClassName
{
color: #AD129A;
}
</style>
background-color css
<style>
a { background-color: #AD129A; }
a { background-color: rgb(173,18,154); }
div.DivClassName
{
background-color: #AD129A;
}
.BgClassName
{
background-color: #AD129A;
}
</style>
border-color css
<style>
span { border-color: #AD129A; }
span { border-color: rgb(173,18,154); }
td.TdClassName
{
border-color: #AD129A;
}
.TagClassName
{
border-color: #AD129A;
}
</style>