Shades of Medium Red Violet #AD419A
Tints of Medium Red Violet #AD419A
RGB
CMYK
RGB Variations
Color information
#AD419A (or 0xAD419A) is known color: Medium Red Violet. HEX triplet: AD, 41 and 9A. RGB value is (173,65,154). Sum of RGB (Red+Green+Blue) = 173+65+154=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD419A is #52BE65. Grayscale: #6B6B6B. Windows color (decimal): -5422694 or 10109357. OLE color: 10109357.
HSL color Cylindrical-coordinate representation of color #AD419A: hue angle of 310.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD419A is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 154 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.32 |
| HSL | 310.56º | 0.45% | 0.47% | - |
| HSV(B) | 310.56º | 0.62% | 0.68% | - |
| XYZ | 24.96 | 15 | 32.15 | - |
| YUV | 107.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 154 | 0 | 0.62 | 0.11 | 0.32 | 310.56 | 0.45 | 0.47 |
| Hex | AD | 41 | 9A | 0 | 3E | B | 20 | 137 | 2D | 2F |
| Octal | 255 | 101 | 232 | 0 | 76 | 13 | 40 | 467 | 55 | 57 |
| Binary | 10101101 | 1000001 | 10011010 | 0 | 111110 | 1011 | 100000 | 100110111 | 101101 | 101111 |
Color Harmonies of #AD419A
Complementary color
Monochromatic Colors of #AD419A
Black with #AD419A
Text Example
Text Example
White with #AD419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD419A; }
p { color: rgb(173,65,154); }
H1.HeaderClassName
{
color: #AD419A;
}
.AnyTagClassName
{
color: #AD419A;
}
</style>
background-color css
<style>
a { background-color: #AD419A; }
a { background-color: rgb(173,65,154); }
div.DivClassName
{
background-color: #AD419A;
}
.BgClassName
{
background-color: #AD419A;
}
</style>
border-color css
<style>
span { border-color: #AD419A; }
span { border-color: rgb(173,65,154); }
td.TdClassName
{
border-color: #AD419A;
}
.TagClassName
{
border-color: #AD419A;
}
</style>