Shades of Medium Red Violet #AD218E
Tints of Medium Red Violet #AD218E
RGB
CMYK
RGB Variations
Color information
#AD218E (or 0xAD218E) is known color: Medium Red Violet. HEX triplet: AD, 21 and 8E. RGB value is (173,33,142). Sum of RGB (Red+Green+Blue) = 173+33+142=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD218E is #52DE71. Grayscale: #565656. Windows color (decimal): -5430898 or 9314733. OLE color: 9314733.
HSL color Cylindrical-coordinate representation of color #AD218E: hue angle of 313.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD218E is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 142 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.32 |
| HSL | 313.29º | 0.68% | 0.4% | - |
| HSV(B) | 313.29º | 0.81% | 0.68% | - |
| XYZ | 22.66 | 11.92 | 26.7 | - |
| YUV | 87.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 142 | 0 | 0.81 | 0.18 | 0.32 | 313.29 | 0.68 | 0.4 |
| Hex | AD | 21 | 8E | 0 | 51 | 12 | 20 | 139 | 44 | 28 |
| Octal | 255 | 41 | 216 | 0 | 121 | 22 | 40 | 471 | 104 | 50 |
| Binary | 10101101 | 100001 | 10001110 | 0 | 1010001 | 10010 | 100000 | 100111001 | 1000100 | 101000 |
Color Harmonies of #AD218E
Complementary color
Monochromatic Colors of #AD218E
Black with #AD218E
Text Example
Text Example
White with #AD218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD218E; }
p { color: rgb(173,33,142); }
H1.HeaderClassName
{
color: #AD218E;
}
.AnyTagClassName
{
color: #AD218E;
}
</style>
background-color css
<style>
a { background-color: #AD218E; }
a { background-color: rgb(173,33,142); }
div.DivClassName
{
background-color: #AD218E;
}
.BgClassName
{
background-color: #AD218E;
}
</style>
border-color css
<style>
span { border-color: #AD218E; }
span { border-color: rgb(173,33,142); }
td.TdClassName
{
border-color: #AD218E;
}
.TagClassName
{
border-color: #AD218E;
}
</style>