Shades of Medium Red Violet #AD409A
Tints of Medium Red Violet #AD409A
RGB
CMYK
RGB Variations
Color information
#AD409A (or 0xAD409A) is known color: Medium Red Violet. HEX triplet: AD, 40 and 9A. RGB value is (173,64,154). Sum of RGB (Red+Green+Blue) = 173+64+154=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD409A is #52BF65. Grayscale: #6A6A6A. Windows color (decimal): -5422950 or 10109101. OLE color: 10109101.
HSL color Cylindrical-coordinate representation of color #AD409A: hue angle of 310.46º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD409A is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 154 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.32 |
| HSL | 310.46º | 0.46% | 0.46% | - |
| HSV(B) | 310.46º | 0.63% | 0.68% | - |
| XYZ | 24.9 | 14.88 | 32.13 | - |
| YUV | 106.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 154 | 0 | 0.63 | 0.11 | 0.32 | 310.46 | 0.46 | 0.46 |
| Hex | AD | 40 | 9A | 0 | 3F | B | 20 | 136 | 2E | 2E |
| Octal | 255 | 100 | 232 | 0 | 77 | 13 | 40 | 466 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10011010 | 0 | 111111 | 1011 | 100000 | 100110110 | 101110 | 101110 |
Color Harmonies of #AD409A
Complementary color
Monochromatic Colors of #AD409A
Black with #AD409A
Text Example
Text Example
White with #AD409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD409A; }
p { color: rgb(173,64,154); }
H1.HeaderClassName
{
color: #AD409A;
}
.AnyTagClassName
{
color: #AD409A;
}
</style>
background-color css
<style>
a { background-color: #AD409A; }
a { background-color: rgb(173,64,154); }
div.DivClassName
{
background-color: #AD409A;
}
.BgClassName
{
background-color: #AD409A;
}
</style>
border-color css
<style>
span { border-color: #AD409A; }
span { border-color: rgb(173,64,154); }
td.TdClassName
{
border-color: #AD409A;
}
.TagClassName
{
border-color: #AD409A;
}
</style>