Shades of Medium Red Violet #AD379A
Tints of Medium Red Violet #AD379A
RGB
CMYK
RGB Variations
Color information
#AD379A (or 0xAD379A) is known color: Medium Red Violet. HEX triplet: AD, 37 and 9A. RGB value is (173,55,154). Sum of RGB (Red+Green+Blue) = 173+55+154=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD379A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD379A is #52C865. Grayscale: #656565. Windows color (decimal): -5425254 or 10106797. OLE color: 10106797.
HSL color Cylindrical-coordinate representation of color #AD379A: hue angle of 309.66º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD379A is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 154 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.32 |
| HSL | 309.66º | 0.52% | 0.45% | - |
| HSV(B) | 309.66º | 0.68% | 0.68% | - |
| XYZ | 24.43 | 13.95 | 31.98 | - |
| YUV | 101.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 154 | 0 | 0.68 | 0.11 | 0.32 | 309.66 | 0.52 | 0.45 |
| Hex | AD | 37 | 9A | 0 | 44 | B | 20 | 136 | 34 | 2D |
| Octal | 255 | 67 | 232 | 0 | 104 | 13 | 40 | 466 | 64 | 55 |
| Binary | 10101101 | 110111 | 10011010 | 0 | 1000100 | 1011 | 100000 | 100110110 | 110100 | 101101 |
Color Harmonies of #AD379A
Complementary color
Monochromatic Colors of #AD379A
Black with #AD379A
Text Example
Text Example
White with #AD379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD379A; }
p { color: rgb(173,55,154); }
H1.HeaderClassName
{
color: #AD379A;
}
.AnyTagClassName
{
color: #AD379A;
}
</style>
background-color css
<style>
a { background-color: #AD379A; }
a { background-color: rgb(173,55,154); }
div.DivClassName
{
background-color: #AD379A;
}
.BgClassName
{
background-color: #AD379A;
}
</style>
border-color css
<style>
span { border-color: #AD379A; }
span { border-color: rgb(173,55,154); }
td.TdClassName
{
border-color: #AD379A;
}
.TagClassName
{
border-color: #AD379A;
}
</style>