Shades of Medium Red Violet #AD32A5
Tints of Medium Red Violet #AD32A5
RGB
CMYK
RGB Variations
Color information
#AD32A5 (or 0xAD32A5) is known color: Medium Red Violet. HEX triplet: AD, 32 and A5. RGB value is (173,50,165). Sum of RGB (Red+Green+Blue) = 173+50+165=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD32A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32A5 is #52CD5A. Grayscale: #636363. Windows color (decimal): -5426523 or 10826413. OLE color: 10826413.
HSL color Cylindrical-coordinate representation of color #AD32A5: hue angle of 303.9º 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 #AD32A5 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 165 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.32 |
| HSL | 303.9º | 0.55% | 0.44% | - |
| HSV(B) | 303.9º | 0.71% | 0.68% | - |
| XYZ | 25.17 | 13.88 | 36.95 | - |
| YUV | 99.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 165 | 0 | 0.71 | 0.05 | 0.32 | 303.9 | 0.55 | 0.44 |
| Hex | AD | 32 | A5 | 0 | 47 | 5 | 20 | 130 | 37 | 2C |
| Octal | 255 | 62 | 245 | 0 | 107 | 5 | 40 | 460 | 67 | 54 |
| Binary | 10101101 | 110010 | 10100101 | 0 | 1000111 | 101 | 100000 | 100110000 | 110111 | 101100 |
Color Harmonies of #AD32A5
Complementary color
Monochromatic Colors of #AD32A5
Black with #AD32A5
Text Example
Text Example
White with #AD32A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32A5; }
p { color: rgb(173,50,165); }
H1.HeaderClassName
{
color: #AD32A5;
}
.AnyTagClassName
{
color: #AD32A5;
}
</style>
background-color css
<style>
a { background-color: #AD32A5; }
a { background-color: rgb(173,50,165); }
div.DivClassName
{
background-color: #AD32A5;
}
.BgClassName
{
background-color: #AD32A5;
}
</style>
border-color css
<style>
span { border-color: #AD32A5; }
span { border-color: rgb(173,50,165); }
td.TdClassName
{
border-color: #AD32A5;
}
.TagClassName
{
border-color: #AD32A5;
}
</style>