Shades of Medium Violet Red #AD18A0
Tints of Medium Violet Red #AD18A0
RGB
CMYK
RGB Variations
Color information
#AD18A0 (or 0xAD18A0) is known color: Medium Violet Red. HEX triplet: AD, 18 and A0. RGB value is (173,24,160). Sum of RGB (Red+Green+Blue) = 173+24+160=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD18A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD18A0 is #52E75F. Grayscale: #535353. Windows color (decimal): -5433184 or 10492077. OLE color: 10492077.
HSL color Cylindrical-coordinate representation of color #AD18A0: hue angle of 305.23º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD18A0 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 160 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.32 |
| HSL | 305.23º | 0.76% | 0.39% | - |
| HSV(B) | 305.23º | 0.86% | 0.68% | - |
| XYZ | 23.91 | 12.08 | 34.33 | - |
| YUV | 84.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 160 | 0 | 0.86 | 0.08 | 0.32 | 305.23 | 0.76 | 0.39 |
| Hex | AD | 18 | A0 | 0 | 56 | 8 | 20 | 131 | 4C | 27 |
| Octal | 255 | 30 | 240 | 0 | 126 | 10 | 40 | 461 | 114 | 47 |
| Binary | 10101101 | 11000 | 10100000 | 0 | 1010110 | 1000 | 100000 | 100110001 | 1001100 | 100111 |
Color Harmonies of #AD18A0
Complementary color
Monochromatic Colors of #AD18A0
Black with #AD18A0
Text Example
Text Example
White with #AD18A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD18A0; }
p { color: rgb(173,24,160); }
H1.HeaderClassName
{
color: #AD18A0;
}
.AnyTagClassName
{
color: #AD18A0;
}
</style>
background-color css
<style>
a { background-color: #AD18A0; }
a { background-color: rgb(173,24,160); }
div.DivClassName
{
background-color: #AD18A0;
}
.BgClassName
{
background-color: #AD18A0;
}
</style>
border-color css
<style>
span { border-color: #AD18A0; }
span { border-color: rgb(173,24,160); }
td.TdClassName
{
border-color: #AD18A0;
}
.TagClassName
{
border-color: #AD18A0;
}
</style>