Shades of Medium Red Violet #AD399B
Tints of Medium Red Violet #AD399B
RGB
CMYK
RGB Variations
Color information
#AD399B (or 0xAD399B) is known color: Medium Red Violet. HEX triplet: AD, 39 and 9B. RGB value is (173,57,155). Sum of RGB (Red+Green+Blue) = 173+57+155=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD399B is #52C664. Grayscale: #666666. Windows color (decimal): -5424741 or 10172845. OLE color: 10172845.
HSL color Cylindrical-coordinate representation of color #AD399B: hue angle of 309.31º 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 #AD399B is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 155 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.32 |
| HSL | 309.31º | 0.5% | 0.45% | - |
| HSV(B) | 309.31º | 0.67% | 0.68% | - |
| XYZ | 24.61 | 14.18 | 32.45 | - |
| YUV | 102.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 155 | 0 | 0.67 | 0.10 | 0.32 | 309.31 | 0.5 | 0.45 |
| Hex | AD | 39 | 9B | 0 | 43 | A | 20 | 135 | 32 | 2D |
| Octal | 255 | 71 | 233 | 0 | 103 | 12 | 40 | 465 | 62 | 55 |
| Binary | 10101101 | 111001 | 10011011 | 0 | 1000011 | 1010 | 100000 | 100110101 | 110010 | 101101 |
Color Harmonies of #AD399B
Complementary color
Monochromatic Colors of #AD399B
Black with #AD399B
Text Example
Text Example
White with #AD399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD399B; }
p { color: rgb(173,57,155); }
H1.HeaderClassName
{
color: #AD399B;
}
.AnyTagClassName
{
color: #AD399B;
}
</style>
background-color css
<style>
a { background-color: #AD399B; }
a { background-color: rgb(173,57,155); }
div.DivClassName
{
background-color: #AD399B;
}
.BgClassName
{
background-color: #AD399B;
}
</style>
border-color css
<style>
span { border-color: #AD399B; }
span { border-color: rgb(173,57,155); }
td.TdClassName
{
border-color: #AD399B;
}
.TagClassName
{
border-color: #AD399B;
}
</style>