Shades of Medium Red Violet #AD32A4
Tints of Medium Red Violet #AD32A4
RGB
CMYK
RGB Variations
Color information
#AD32A4 (or 0xAD32A4) is known color: Medium Red Violet. HEX triplet: AD, 32 and A4. RGB value is (173,50,164). Sum of RGB (Red+Green+Blue) = 173+50+164=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD32A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32A4 is #52CD5B. Grayscale: #636363. Windows color (decimal): -5426524 or 10760877. OLE color: 10760877.
HSL color Cylindrical-coordinate representation of color #AD32A4: hue angle of 304.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD32A4 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 164 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.32 |
| HSL | 304.39º | 0.55% | 0.44% | - |
| HSV(B) | 304.39º | 0.71% | 0.68% | - |
| XYZ | 25.08 | 13.85 | 36.47 | - |
| YUV | 99.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 164 | 0 | 0.71 | 0.05 | 0.32 | 304.39 | 0.55 | 0.44 |
| Hex | AD | 32 | A4 | 0 | 47 | 5 | 20 | 130 | 37 | 2C |
| Octal | 255 | 62 | 244 | 0 | 107 | 5 | 40 | 460 | 67 | 54 |
| Binary | 10101101 | 110010 | 10100100 | 0 | 1000111 | 101 | 100000 | 100110000 | 110111 | 101100 |
Color Harmonies of #AD32A4
Complementary color
Monochromatic Colors of #AD32A4
Black with #AD32A4
Text Example
Text Example
White with #AD32A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32A4; }
p { color: rgb(173,50,164); }
H1.HeaderClassName
{
color: #AD32A4;
}
.AnyTagClassName
{
color: #AD32A4;
}
</style>
background-color css
<style>
a { background-color: #AD32A4; }
a { background-color: rgb(173,50,164); }
div.DivClassName
{
background-color: #AD32A4;
}
.BgClassName
{
background-color: #AD32A4;
}
</style>
border-color css
<style>
span { border-color: #AD32A4; }
span { border-color: rgb(173,50,164); }
td.TdClassName
{
border-color: #AD32A4;
}
.TagClassName
{
border-color: #AD32A4;
}
</style>