Shades of Medium Red Violet #AD35A1
Tints of Medium Red Violet #AD35A1
RGB
CMYK
RGB Variations
Color information
#AD35A1 (or 0xAD35A1) is known color: Medium Red Violet. HEX triplet: AD, 35 and A1. RGB value is (173,53,161). Sum of RGB (Red+Green+Blue) = 173+53+161=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD35A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD35A1 is #52CA5E. Grayscale: #646464. Windows color (decimal): -5425759 or 10565037. OLE color: 10565037.
HSL color Cylindrical-coordinate representation of color #AD35A1: hue angle of 306º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD35A1 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 161 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.32 |
| HSL | 306º | 0.53% | 0.44% | - |
| HSV(B) | 306º | 0.69% | 0.68% | - |
| XYZ | 24.94 | 14 | 35.11 | - |
| YUV | 101.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 161 | 0 | 0.69 | 0.07 | 0.32 | 306 | 0.53 | 0.44 |
| Hex | AD | 35 | A1 | 0 | 45 | 7 | 20 | 132 | 35 | 2C |
| Octal | 255 | 65 | 241 | 0 | 105 | 7 | 40 | 462 | 65 | 54 |
| Binary | 10101101 | 110101 | 10100001 | 0 | 1000101 | 111 | 100000 | 100110010 | 110101 | 101100 |
Color Harmonies of #AD35A1
Complementary color
Monochromatic Colors of #AD35A1
Black with #AD35A1
Text Example
Text Example
White with #AD35A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD35A1; }
p { color: rgb(173,53,161); }
H1.HeaderClassName
{
color: #AD35A1;
}
.AnyTagClassName
{
color: #AD35A1;
}
</style>
background-color css
<style>
a { background-color: #AD35A1; }
a { background-color: rgb(173,53,161); }
div.DivClassName
{
background-color: #AD35A1;
}
.BgClassName
{
background-color: #AD35A1;
}
</style>
border-color css
<style>
span { border-color: #AD35A1; }
span { border-color: rgb(173,53,161); }
td.TdClassName
{
border-color: #AD35A1;
}
.TagClassName
{
border-color: #AD35A1;
}
</style>