Shades of Medium Violet Red #AD129B
Tints of Medium Violet Red #AD129B
RGB
CMYK
RGB Variations
Color information
#AD129B (or 0xAD129B) is known color: Medium Violet Red. HEX triplet: AD, 12 and 9B. RGB value is (173,18,155). Sum of RGB (Red+Green+Blue) = 173+18+155=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD129B is #52ED64. Grayscale: #4F4F4F. Windows color (decimal): -5434725 or 10162861. OLE color: 10162861.
HSL color Cylindrical-coordinate representation of color #AD129B: hue angle of 306.97º 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 #AD129B is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 155 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.32 |
| HSL | 306.97º | 0.81% | 0.37% | - |
| HSV(B) | 306.97º | 0.9% | 0.68% | - |
| XYZ | 23.37 | 11.68 | 32.03 | - |
| YUV | 79.96 | 170.35 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 155 | 0 | 0.90 | 0.10 | 0.32 | 306.97 | 0.81 | 0.37 |
| Hex | AD | 12 | 9B | 0 | 5A | A | 20 | 133 | 51 | 25 |
| Octal | 255 | 22 | 233 | 0 | 132 | 12 | 40 | 463 | 121 | 45 |
| Binary | 10101101 | 10010 | 10011011 | 0 | 1011010 | 1010 | 100000 | 100110011 | 1010001 | 100101 |
Color Harmonies of #AD129B
Complementary color
Monochromatic Colors of #AD129B
Black with #AD129B
Text Example
Text Example
White with #AD129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD129B; }
p { color: rgb(173,18,155); }
H1.HeaderClassName
{
color: #AD129B;
}
.AnyTagClassName
{
color: #AD129B;
}
</style>
background-color css
<style>
a { background-color: #AD129B; }
a { background-color: rgb(173,18,155); }
div.DivClassName
{
background-color: #AD129B;
}
.BgClassName
{
background-color: #AD129B;
}
</style>
border-color css
<style>
span { border-color: #AD129B; }
span { border-color: rgb(173,18,155); }
td.TdClassName
{
border-color: #AD129B;
}
.TagClassName
{
border-color: #AD129B;
}
</style>