Shades of Medium Red Violet #AD229C
Tints of Medium Red Violet #AD229C
RGB
CMYK
RGB Variations
Color information
#AD229C (or 0xAD229C) is known color: Medium Red Violet. HEX triplet: AD, 22 and 9C. RGB value is (173,34,156). Sum of RGB (Red+Green+Blue) = 173+34+156=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD229C is #52DD63. Grayscale: #595959. Windows color (decimal): -5430628 or 10232493. OLE color: 10232493.
HSL color Cylindrical-coordinate representation of color #AD229C: hue angle of 307.34º 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 #AD229C is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 156 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.32 |
| HSL | 307.34º | 0.67% | 0.41% | - |
| HSV(B) | 307.34º | 0.8% | 0.68% | - |
| XYZ | 23.81 | 12.43 | 32.6 | - |
| YUV | 89.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 156 | 0 | 0.80 | 0.10 | 0.32 | 307.34 | 0.67 | 0.41 |
| Hex | AD | 22 | 9C | 0 | 50 | A | 20 | 133 | 43 | 29 |
| Octal | 255 | 42 | 234 | 0 | 120 | 12 | 40 | 463 | 103 | 51 |
| Binary | 10101101 | 100010 | 10011100 | 0 | 1010000 | 1010 | 100000 | 100110011 | 1000011 | 101001 |
Color Harmonies of #AD229C
Complementary color
Monochromatic Colors of #AD229C
Black with #AD229C
Text Example
Text Example
White with #AD229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD229C; }
p { color: rgb(173,34,156); }
H1.HeaderClassName
{
color: #AD229C;
}
.AnyTagClassName
{
color: #AD229C;
}
</style>
background-color css
<style>
a { background-color: #AD229C; }
a { background-color: rgb(173,34,156); }
div.DivClassName
{
background-color: #AD229C;
}
.BgClassName
{
background-color: #AD229C;
}
</style>
border-color css
<style>
span { border-color: #AD229C; }
span { border-color: rgb(173,34,156); }
td.TdClassName
{
border-color: #AD229C;
}
.TagClassName
{
border-color: #AD229C;
}
</style>