Shades of Medium Red Violet #AD219A
Tints of Medium Red Violet #AD219A
RGB
CMYK
RGB Variations
Color information
#AD219A (or 0xAD219A) is known color: Medium Red Violet. HEX triplet: AD, 21 and 9A. RGB value is (173,33,154). Sum of RGB (Red+Green+Blue) = 173+33+154=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD219A is #52DE65. Grayscale: #585858. Windows color (decimal): -5430886 or 10101165. OLE color: 10101165.
HSL color Cylindrical-coordinate representation of color #AD219A: hue angle of 308.14º 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 #AD219A is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 154 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.32 |
| HSL | 308.14º | 0.68% | 0.4% | - |
| HSV(B) | 308.14º | 0.81% | 0.68% | - |
| XYZ | 23.61 | 12.31 | 31.7 | - |
| YUV | 88.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 154 | 0 | 0.81 | 0.11 | 0.32 | 308.14 | 0.68 | 0.4 |
| Hex | AD | 21 | 9A | 0 | 51 | B | 20 | 134 | 44 | 28 |
| Octal | 255 | 41 | 232 | 0 | 121 | 13 | 40 | 464 | 104 | 50 |
| Binary | 10101101 | 100001 | 10011010 | 0 | 1010001 | 1011 | 100000 | 100110100 | 1000100 | 101000 |
Color Harmonies of #AD219A
Complementary color
Monochromatic Colors of #AD219A
Black with #AD219A
Text Example
Text Example
White with #AD219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD219A; }
p { color: rgb(173,33,154); }
H1.HeaderClassName
{
color: #AD219A;
}
.AnyTagClassName
{
color: #AD219A;
}
</style>
background-color css
<style>
a { background-color: #AD219A; }
a { background-color: rgb(173,33,154); }
div.DivClassName
{
background-color: #AD219A;
}
.BgClassName
{
background-color: #AD219A;
}
</style>
border-color css
<style>
span { border-color: #AD219A; }
span { border-color: rgb(173,33,154); }
td.TdClassName
{
border-color: #AD219A;
}
.TagClassName
{
border-color: #AD219A;
}
</style>