Shades of Medium Red Violet #AD23A1
Tints of Medium Red Violet #AD23A1
RGB
CMYK
RGB Variations
Color information
#AD23A1 (or 0xAD23A1) is known color: Medium Red Violet. HEX triplet: AD, 23 and A1. RGB value is (173,35,161). Sum of RGB (Red+Green+Blue) = 173+35+161=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD23A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD23A1 is #52DC5E. Grayscale: #5A5A5A. Windows color (decimal): -5430367 or 10560429. OLE color: 10560429.
HSL color Cylindrical-coordinate representation of color #AD23A1: hue angle of 305.22º degrees, saturation: 0.66, 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 #AD23A1 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 161 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.32 |
| HSL | 305.22º | 0.66% | 0.41% | - |
| HSV(B) | 305.22º | 0.8% | 0.68% | - |
| XYZ | 24.27 | 12.66 | 34.88 | - |
| YUV | 90.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 161 | 0 | 0.80 | 0.07 | 0.32 | 305.22 | 0.66 | 0.41 |
| Hex | AD | 23 | A1 | 0 | 50 | 7 | 20 | 131 | 42 | 29 |
| Octal | 255 | 43 | 241 | 0 | 120 | 7 | 40 | 461 | 102 | 51 |
| Binary | 10101101 | 100011 | 10100001 | 0 | 1010000 | 111 | 100000 | 100110001 | 1000010 | 101001 |
Color Harmonies of #AD23A1
Complementary color
Monochromatic Colors of #AD23A1
Black with #AD23A1
Text Example
Text Example
White with #AD23A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23A1; }
p { color: rgb(173,35,161); }
H1.HeaderClassName
{
color: #AD23A1;
}
.AnyTagClassName
{
color: #AD23A1;
}
</style>
background-color css
<style>
a { background-color: #AD23A1; }
a { background-color: rgb(173,35,161); }
div.DivClassName
{
background-color: #AD23A1;
}
.BgClassName
{
background-color: #AD23A1;
}
</style>
border-color css
<style>
span { border-color: #AD23A1; }
span { border-color: rgb(173,35,161); }
td.TdClassName
{
border-color: #AD23A1;
}
.TagClassName
{
border-color: #AD23A1;
}
</style>