Shades of Medium Red Violet #AD409C
Tints of Medium Red Violet #AD409C
RGB
CMYK
RGB Variations
Color information
#AD409C (or 0xAD409C) is known color: Medium Red Violet. HEX triplet: AD, 40 and 9C. RGB value is (173,64,156). Sum of RGB (Red+Green+Blue) = 173+64+156=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD409C is #52BF63. Grayscale: #6A6A6A. Windows color (decimal): -5422948 or 10240173. OLE color: 10240173.
HSL color Cylindrical-coordinate representation of color #AD409C: hue angle of 309.36º 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 #AD409C is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 156 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.32 |
| HSL | 309.36º | 0.46% | 0.46% | - |
| HSV(B) | 309.36º | 0.63% | 0.68% | - |
| XYZ | 25.07 | 14.95 | 33.02 | - |
| YUV | 107.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 156 | 0 | 0.63 | 0.10 | 0.32 | 309.36 | 0.46 | 0.46 |
| Hex | AD | 40 | 9C | 0 | 3F | A | 20 | 135 | 2E | 2E |
| Octal | 255 | 100 | 234 | 0 | 77 | 12 | 40 | 465 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10011100 | 0 | 111111 | 1010 | 100000 | 100110101 | 101110 | 101110 |
Color Harmonies of #AD409C
Complementary color
Monochromatic Colors of #AD409C
Black with #AD409C
Text Example
Text Example
White with #AD409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD409C; }
p { color: rgb(173,64,156); }
H1.HeaderClassName
{
color: #AD409C;
}
.AnyTagClassName
{
color: #AD409C;
}
</style>
background-color css
<style>
a { background-color: #AD409C; }
a { background-color: rgb(173,64,156); }
div.DivClassName
{
background-color: #AD409C;
}
.BgClassName
{
background-color: #AD409C;
}
</style>
border-color css
<style>
span { border-color: #AD409C; }
span { border-color: rgb(173,64,156); }
td.TdClassName
{
border-color: #AD409C;
}
.TagClassName
{
border-color: #AD409C;
}
</style>