Shades of Medium Red Violet #AD229D
Tints of Medium Red Violet #AD229D
RGB
CMYK
RGB Variations
Color information
#AD229D (or 0xAD229D) is known color: Medium Red Violet. HEX triplet: AD, 22 and 9D. RGB value is (173,34,157). Sum of RGB (Red+Green+Blue) = 173+34+157=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD229D is #52DD62. Grayscale: #595959. Windows color (decimal): -5430627 or 10298029. OLE color: 10298029.
HSL color Cylindrical-coordinate representation of color #AD229D: hue angle of 306.91º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD229D is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 157 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.32 |
| HSL | 306.91º | 0.67% | 0.41% | - |
| HSV(B) | 306.91º | 0.8% | 0.68% | - |
| XYZ | 23.89 | 12.46 | 33.04 | - |
| YUV | 89.58 | 166.05 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 157 | 0 | 0.80 | 0.09 | 0.32 | 306.91 | 0.67 | 0.41 |
| Hex | AD | 22 | 9D | 0 | 50 | 9 | 20 | 133 | 43 | 29 |
| Octal | 255 | 42 | 235 | 0 | 120 | 11 | 40 | 463 | 103 | 51 |
| Binary | 10101101 | 100010 | 10011101 | 0 | 1010000 | 1001 | 100000 | 100110011 | 1000011 | 101001 |
Color Harmonies of #AD229D
Complementary color
Monochromatic Colors of #AD229D
Black with #AD229D
Text Example
Text Example
White with #AD229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD229D; }
p { color: rgb(173,34,157); }
H1.HeaderClassName
{
color: #AD229D;
}
.AnyTagClassName
{
color: #AD229D;
}
</style>
background-color css
<style>
a { background-color: #AD229D; }
a { background-color: rgb(173,34,157); }
div.DivClassName
{
background-color: #AD229D;
}
.BgClassName
{
background-color: #AD229D;
}
</style>
border-color css
<style>
span { border-color: #AD229D; }
span { border-color: rgb(173,34,157); }
td.TdClassName
{
border-color: #AD229D;
}
.TagClassName
{
border-color: #AD229D;
}
</style>