Shades of Medium Violet Red #AD13A0
Tints of Medium Violet Red #AD13A0
RGB
CMYK
RGB Variations
Color information
#AD13A0 (or 0xAD13A0) is known color: Medium Violet Red. HEX triplet: AD, 13 and A0. RGB value is (173,19,160). Sum of RGB (Red+Green+Blue) = 173+19+160=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD13A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD13A0 is #52EC5F. Grayscale: #505050. Windows color (decimal): -5434464 or 10490797. OLE color: 10490797.
HSL color Cylindrical-coordinate representation of color #AD13A0: hue angle of 305.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD13A0 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 160 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.32 |
| HSL | 305.06º | 0.8% | 0.38% | - |
| HSV(B) | 305.06º | 0.89% | 0.68% | - |
| XYZ | 23.81 | 11.89 | 34.3 | - |
| YUV | 81.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 160 | 0 | 0.89 | 0.08 | 0.32 | 305.06 | 0.8 | 0.38 |
| Hex | AD | 13 | A0 | 0 | 59 | 8 | 20 | 131 | 50 | 26 |
| Octal | 255 | 23 | 240 | 0 | 131 | 10 | 40 | 461 | 120 | 46 |
| Binary | 10101101 | 10011 | 10100000 | 0 | 1011001 | 1000 | 100000 | 100110001 | 1010000 | 100110 |
Color Harmonies of #AD13A0
Complementary color
Monochromatic Colors of #AD13A0
Black with #AD13A0
Text Example
Text Example
White with #AD13A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13A0; }
p { color: rgb(173,19,160); }
H1.HeaderClassName
{
color: #AD13A0;
}
.AnyTagClassName
{
color: #AD13A0;
}
</style>
background-color css
<style>
a { background-color: #AD13A0; }
a { background-color: rgb(173,19,160); }
div.DivClassName
{
background-color: #AD13A0;
}
.BgClassName
{
background-color: #AD13A0;
}
</style>
border-color css
<style>
span { border-color: #AD13A0; }
span { border-color: rgb(173,19,160); }
td.TdClassName
{
border-color: #AD13A0;
}
.TagClassName
{
border-color: #AD13A0;
}
</style>