Shades of Medium Red Violet #AD33A1
Tints of Medium Red Violet #AD33A1
RGB
CMYK
RGB Variations
Color information
#AD33A1 (or 0xAD33A1) is known color: Medium Red Violet. HEX triplet: AD, 33 and A1. RGB value is (173,51,161). Sum of RGB (Red+Green+Blue) = 173+51+161=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD33A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD33A1 is #52CC5E. Grayscale: #636363. Windows color (decimal): -5426271 or 10564525. OLE color: 10564525.
HSL color Cylindrical-coordinate representation of color #AD33A1: hue angle of 305.9º degrees, saturation: 0.54, 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 #AD33A1 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 161 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.32 |
| HSL | 305.9º | 0.54% | 0.44% | - |
| HSV(B) | 305.9º | 0.71% | 0.68% | - |
| XYZ | 24.85 | 13.83 | 35.08 | - |
| YUV | 100.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 161 | 0 | 0.71 | 0.07 | 0.32 | 305.9 | 0.54 | 0.44 |
| Hex | AD | 33 | A1 | 0 | 47 | 7 | 20 | 132 | 36 | 2C |
| Octal | 255 | 63 | 241 | 0 | 107 | 7 | 40 | 462 | 66 | 54 |
| Binary | 10101101 | 110011 | 10100001 | 0 | 1000111 | 111 | 100000 | 100110010 | 110110 | 101100 |
Color Harmonies of #AD33A1
Complementary color
Monochromatic Colors of #AD33A1
Black with #AD33A1
Text Example
Text Example
White with #AD33A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33A1; }
p { color: rgb(173,51,161); }
H1.HeaderClassName
{
color: #AD33A1;
}
.AnyTagClassName
{
color: #AD33A1;
}
</style>
background-color css
<style>
a { background-color: #AD33A1; }
a { background-color: rgb(173,51,161); }
div.DivClassName
{
background-color: #AD33A1;
}
.BgClassName
{
background-color: #AD33A1;
}
</style>
border-color css
<style>
span { border-color: #AD33A1; }
span { border-color: rgb(173,51,161); }
td.TdClassName
{
border-color: #AD33A1;
}
.TagClassName
{
border-color: #AD33A1;
}
</style>