Shades of Medium Red Violet #AD2C9A
Tints of Medium Red Violet #AD2C9A
RGB
CMYK
RGB Variations
Color information
#AD2C9A (or 0xAD2C9A) is known color: Medium Red Violet. HEX triplet: AD, 2C and 9A. RGB value is (173,44,154). Sum of RGB (Red+Green+Blue) = 173+44+154=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2C9A is #52D365. Grayscale: #5E5E5E. Windows color (decimal): -5428070 or 10103981. OLE color: 10103981.
HSL color Cylindrical-coordinate representation of color #AD2C9A: hue angle of 308.84º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2C9A is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 154 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.32 |
| HSL | 308.84º | 0.59% | 0.43% | - |
| HSV(B) | 308.84º | 0.75% | 0.68% | - |
| XYZ | 23.97 | 13.02 | 31.82 | - |
| YUV | 95.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 154 | 0 | 0.75 | 0.11 | 0.32 | 308.84 | 0.59 | 0.43 |
| Hex | AD | 2C | 9A | 0 | 4B | B | 20 | 135 | 3B | 2B |
| Octal | 255 | 54 | 232 | 0 | 113 | 13 | 40 | 465 | 73 | 53 |
| Binary | 10101101 | 101100 | 10011010 | 0 | 1001011 | 1011 | 100000 | 100110101 | 111011 | 101011 |
Color Harmonies of #AD2C9A
Complementary color
Monochromatic Colors of #AD2C9A
Black with #AD2C9A
Text Example
Text Example
White with #AD2C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C9A; }
p { color: rgb(173,44,154); }
H1.HeaderClassName
{
color: #AD2C9A;
}
.AnyTagClassName
{
color: #AD2C9A;
}
</style>
background-color css
<style>
a { background-color: #AD2C9A; }
a { background-color: rgb(173,44,154); }
div.DivClassName
{
background-color: #AD2C9A;
}
.BgClassName
{
background-color: #AD2C9A;
}
</style>
border-color css
<style>
span { border-color: #AD2C9A; }
span { border-color: rgb(173,44,154); }
td.TdClassName
{
border-color: #AD2C9A;
}
.TagClassName
{
border-color: #AD2C9A;
}
</style>