Shades of Medium Red Violet #AD35A3
Tints of Medium Red Violet #AD35A3
RGB
CMYK
RGB Variations
Color information
#AD35A3 (or 0xAD35A3) is known color: Medium Red Violet. HEX triplet: AD, 35 and A3. RGB value is (173,53,163). Sum of RGB (Red+Green+Blue) = 173+53+163=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD35A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD35A3 is #52CA5C. Grayscale: #656565. Windows color (decimal): -5425757 or 10696109. OLE color: 10696109.
HSL color Cylindrical-coordinate representation of color #AD35A3: hue angle of 305º 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 #AD35A3 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 163 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.32 |
| HSL | 305º | 0.53% | 0.44% | - |
| HSV(B) | 305º | 0.69% | 0.68% | - |
| XYZ | 25.12 | 14.07 | 36.04 | - |
| YUV | 101.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 163 | 0 | 0.69 | 0.06 | 0.32 | 305 | 0.53 | 0.44 |
| Hex | AD | 35 | A3 | 0 | 45 | 6 | 20 | 131 | 35 | 2C |
| Octal | 255 | 65 | 243 | 0 | 105 | 6 | 40 | 461 | 65 | 54 |
| Binary | 10101101 | 110101 | 10100011 | 0 | 1000101 | 110 | 100000 | 100110001 | 110101 | 101100 |
Color Harmonies of #AD35A3
Complementary color
Monochromatic Colors of #AD35A3
Black with #AD35A3
Text Example
Text Example
White with #AD35A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD35A3; }
p { color: rgb(173,53,163); }
H1.HeaderClassName
{
color: #AD35A3;
}
.AnyTagClassName
{
color: #AD35A3;
}
</style>
background-color css
<style>
a { background-color: #AD35A3; }
a { background-color: rgb(173,53,163); }
div.DivClassName
{
background-color: #AD35A3;
}
.BgClassName
{
background-color: #AD35A3;
}
</style>
border-color css
<style>
span { border-color: #AD35A3; }
span { border-color: rgb(173,53,163); }
td.TdClassName
{
border-color: #AD35A3;
}
.TagClassName
{
border-color: #AD35A3;
}
</style>