Shades of Medium Violet Red #AD109A
Tints of Medium Violet Red #AD109A
RGB
CMYK
RGB Variations
Color information
#AD109A (or 0xAD109A) is known color: Medium Violet Red. HEX triplet: AD, 10 and 9A. RGB value is (173,16,154). Sum of RGB (Red+Green+Blue) = 173+16+154=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD109A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD109A is #52EF65. Grayscale: #4E4E4E. Windows color (decimal): -5435238 or 10096813. OLE color: 10096813.
HSL color Cylindrical-coordinate representation of color #AD109A: hue angle of 307.26º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD109A is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 154 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.32 |
| HSL | 307.26º | 0.83% | 0.37% | - |
| HSV(B) | 307.26º | 0.91% | 0.68% | - |
| XYZ | 23.25 | 11.59 | 31.58 | - |
| YUV | 78.68 | 170.51 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 154 | 0 | 0.91 | 0.11 | 0.32 | 307.26 | 0.83 | 0.37 |
| Hex | AD | 10 | 9A | 0 | 5B | B | 20 | 133 | 53 | 25 |
| Octal | 255 | 20 | 232 | 0 | 133 | 13 | 40 | 463 | 123 | 45 |
| Binary | 10101101 | 10000 | 10011010 | 0 | 1011011 | 1011 | 100000 | 100110011 | 1010011 | 100101 |
Color Harmonies of #AD109A
Complementary color
Monochromatic Colors of #AD109A
Black with #AD109A
Text Example
Text Example
White with #AD109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD109A; }
p { color: rgb(173,16,154); }
H1.HeaderClassName
{
color: #AD109A;
}
.AnyTagClassName
{
color: #AD109A;
}
</style>
background-color css
<style>
a { background-color: #AD109A; }
a { background-color: rgb(173,16,154); }
div.DivClassName
{
background-color: #AD109A;
}
.BgClassName
{
background-color: #AD109A;
}
</style>
border-color css
<style>
span { border-color: #AD109A; }
span { border-color: rgb(173,16,154); }
td.TdClassName
{
border-color: #AD109A;
}
.TagClassName
{
border-color: #AD109A;
}
</style>