Shades of Medium Red Violet #AD399C
Tints of Medium Red Violet #AD399C
RGB
CMYK
RGB Variations
Color information
#AD399C (or 0xAD399C) is known color: Medium Red Violet. HEX triplet: AD, 39 and 9C. RGB value is (173,57,156). Sum of RGB (Red+Green+Blue) = 173+57+156=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD399C is #52C663. Grayscale: #666666. Windows color (decimal): -5424740 or 10238381. OLE color: 10238381.
HSL color Cylindrical-coordinate representation of color #AD399C: hue angle of 308.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD399C is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 156 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.32 |
| HSL | 308.79º | 0.5% | 0.45% | - |
| HSV(B) | 308.79º | 0.67% | 0.68% | - |
| XYZ | 24.7 | 14.21 | 32.89 | - |
| YUV | 102.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 156 | 0 | 0.67 | 0.10 | 0.32 | 308.79 | 0.5 | 0.45 |
| Hex | AD | 39 | 9C | 0 | 43 | A | 20 | 135 | 32 | 2D |
| Octal | 255 | 71 | 234 | 0 | 103 | 12 | 40 | 465 | 62 | 55 |
| Binary | 10101101 | 111001 | 10011100 | 0 | 1000011 | 1010 | 100000 | 100110101 | 110010 | 101101 |
Color Harmonies of #AD399C
Complementary color
Monochromatic Colors of #AD399C
Black with #AD399C
Text Example
Text Example
White with #AD399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD399C; }
p { color: rgb(173,57,156); }
H1.HeaderClassName
{
color: #AD399C;
}
.AnyTagClassName
{
color: #AD399C;
}
</style>
background-color css
<style>
a { background-color: #AD399C; }
a { background-color: rgb(173,57,156); }
div.DivClassName
{
background-color: #AD399C;
}
.BgClassName
{
background-color: #AD399C;
}
</style>
border-color css
<style>
span { border-color: #AD399C; }
span { border-color: rgb(173,57,156); }
td.TdClassName
{
border-color: #AD399C;
}
.TagClassName
{
border-color: #AD399C;
}
</style>