Shades of Medium Red Violet #AD218A
Tints of Medium Red Violet #AD218A
RGB
CMYK
RGB Variations
Color information
#AD218A (or 0xAD218A) is known color: Medium Red Violet. HEX triplet: AD, 21 and 8A. RGB value is (173,33,138). Sum of RGB (Red+Green+Blue) = 173+33+138=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD218A is #52DE75. Grayscale: #565656. Windows color (decimal): -5430902 or 9052589. OLE color: 9052589.
HSL color Cylindrical-coordinate representation of color #AD218A: hue angle of 315º 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 #AD218A is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 138 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.32 |
| HSL | 315º | 0.68% | 0.4% | - |
| HSV(B) | 315º | 0.81% | 0.68% | - |
| XYZ | 22.36 | 11.81 | 25.14 | - |
| YUV | 86.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 138 | 0 | 0.81 | 0.20 | 0.32 | 315 | 0.68 | 0.4 |
| Hex | AD | 21 | 8A | 0 | 51 | 14 | 20 | 13B | 44 | 28 |
| Octal | 255 | 41 | 212 | 0 | 121 | 24 | 40 | 473 | 104 | 50 |
| Binary | 10101101 | 100001 | 10001010 | 0 | 1010001 | 10100 | 100000 | 100111011 | 1000100 | 101000 |
Color Harmonies of #AD218A
Complementary color
Monochromatic Colors of #AD218A
Black with #AD218A
Text Example
Text Example
White with #AD218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD218A; }
p { color: rgb(173,33,138); }
H1.HeaderClassName
{
color: #AD218A;
}
.AnyTagClassName
{
color: #AD218A;
}
</style>
background-color css
<style>
a { background-color: #AD218A; }
a { background-color: rgb(173,33,138); }
div.DivClassName
{
background-color: #AD218A;
}
.BgClassName
{
background-color: #AD218A;
}
</style>
border-color css
<style>
span { border-color: #AD218A; }
span { border-color: rgb(173,33,138); }
td.TdClassName
{
border-color: #AD218A;
}
.TagClassName
{
border-color: #AD218A;
}
</style>