Shades of Medium Red Violet #AD2C9E
Tints of Medium Red Violet #AD2C9E
RGB
CMYK
RGB Variations
Color information
#AD2C9E (or 0xAD2C9E) is known color: Medium Red Violet. HEX triplet: AD, 2C and 9E. RGB value is (173,44,158). Sum of RGB (Red+Green+Blue) = 173+44+158=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2C9E is #52D361. Grayscale: #5F5F5F. Windows color (decimal): -5428066 or 10366125. OLE color: 10366125.
HSL color Cylindrical-coordinate representation of color #AD2C9E: hue angle of 306.98º 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 #AD2C9E is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 158 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.32 |
| HSL | 306.98º | 0.59% | 0.43% | - |
| HSV(B) | 306.98º | 0.75% | 0.68% | - |
| XYZ | 24.31 | 13.15 | 33.61 | - |
| YUV | 95.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 158 | 0 | 0.75 | 0.09 | 0.32 | 306.98 | 0.59 | 0.43 |
| Hex | AD | 2C | 9E | 0 | 4B | 9 | 20 | 133 | 3B | 2B |
| Octal | 255 | 54 | 236 | 0 | 113 | 11 | 40 | 463 | 73 | 53 |
| Binary | 10101101 | 101100 | 10011110 | 0 | 1001011 | 1001 | 100000 | 100110011 | 111011 | 101011 |
Color Harmonies of #AD2C9E
Complementary color
Monochromatic Colors of #AD2C9E
Black with #AD2C9E
Text Example
Text Example
White with #AD2C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C9E; }
p { color: rgb(173,44,158); }
H1.HeaderClassName
{
color: #AD2C9E;
}
.AnyTagClassName
{
color: #AD2C9E;
}
</style>
background-color css
<style>
a { background-color: #AD2C9E; }
a { background-color: rgb(173,44,158); }
div.DivClassName
{
background-color: #AD2C9E;
}
.BgClassName
{
background-color: #AD2C9E;
}
</style>
border-color css
<style>
span { border-color: #AD2C9E; }
span { border-color: rgb(173,44,158); }
td.TdClassName
{
border-color: #AD2C9E;
}
.TagClassName
{
border-color: #AD2C9E;
}
</style>