Shades of Medium Red Violet #AD22A5
Tints of Medium Red Violet #AD22A5
RGB
CMYK
RGB Variations
Color information
#AD22A5 (or 0xAD22A5) is known color: Medium Red Violet. HEX triplet: AD, 22 and A5. RGB value is (173,34,165). Sum of RGB (Red+Green+Blue) = 173+34+165=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD22A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD22A5 is #52DD5A. Grayscale: #5A5A5A. Windows color (decimal): -5430619 or 10822317. OLE color: 10822317.
HSL color Cylindrical-coordinate representation of color #AD22A5: hue angle of 303.45º 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 #AD22A5 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 165 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.32 |
| HSL | 303.45º | 0.67% | 0.41% | - |
| HSV(B) | 303.45º | 0.8% | 0.68% | - |
| XYZ | 24.6 | 12.74 | 36.76 | - |
| YUV | 90.5 | 170.05 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 165 | 0 | 0.80 | 0.05 | 0.32 | 303.45 | 0.67 | 0.41 |
| Hex | AD | 22 | A5 | 0 | 50 | 5 | 20 | 12F | 43 | 29 |
| Octal | 255 | 42 | 245 | 0 | 120 | 5 | 40 | 457 | 103 | 51 |
| Binary | 10101101 | 100010 | 10100101 | 0 | 1010000 | 101 | 100000 | 100101111 | 1000011 | 101001 |
Color Harmonies of #AD22A5
Complementary color
Monochromatic Colors of #AD22A5
Black with #AD22A5
Text Example
Text Example
White with #AD22A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD22A5; }
p { color: rgb(173,34,165); }
H1.HeaderClassName
{
color: #AD22A5;
}
.AnyTagClassName
{
color: #AD22A5;
}
</style>
background-color css
<style>
a { background-color: #AD22A5; }
a { background-color: rgb(173,34,165); }
div.DivClassName
{
background-color: #AD22A5;
}
.BgClassName
{
background-color: #AD22A5;
}
</style>
border-color css
<style>
span { border-color: #AD22A5; }
span { border-color: rgb(173,34,165); }
td.TdClassName
{
border-color: #AD22A5;
}
.TagClassName
{
border-color: #AD22A5;
}
</style>