Shades of Medium Red Violet #AD339E
Tints of Medium Red Violet #AD339E
RGB
CMYK
RGB Variations
Color information
#AD339E (or 0xAD339E) is known color: Medium Red Violet. HEX triplet: AD, 33 and 9E. RGB value is (173,51,158). Sum of RGB (Red+Green+Blue) = 173+51+158=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD339E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD339E is #52CC61. Grayscale: #636363. Windows color (decimal): -5426274 or 10367917. OLE color: 10367917.
HSL color Cylindrical-coordinate representation of color #AD339E: hue angle of 307.38º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD339E is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 158 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.32 |
| HSL | 307.38º | 0.54% | 0.44% | - |
| HSV(B) | 307.38º | 0.71% | 0.68% | - |
| XYZ | 24.59 | 13.72 | 33.7 | - |
| YUV | 99.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 158 | 0 | 0.71 | 0.09 | 0.32 | 307.38 | 0.54 | 0.44 |
| Hex | AD | 33 | 9E | 0 | 47 | 9 | 20 | 133 | 36 | 2C |
| Octal | 255 | 63 | 236 | 0 | 107 | 11 | 40 | 463 | 66 | 54 |
| Binary | 10101101 | 110011 | 10011110 | 0 | 1000111 | 1001 | 100000 | 100110011 | 110110 | 101100 |
Color Harmonies of #AD339E
Complementary color
Monochromatic Colors of #AD339E
Black with #AD339E
Text Example
Text Example
White with #AD339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD339E; }
p { color: rgb(173,51,158); }
H1.HeaderClassName
{
color: #AD339E;
}
.AnyTagClassName
{
color: #AD339E;
}
</style>
background-color css
<style>
a { background-color: #AD339E; }
a { background-color: rgb(173,51,158); }
div.DivClassName
{
background-color: #AD339E;
}
.BgClassName
{
background-color: #AD339E;
}
</style>
border-color css
<style>
span { border-color: #AD339E; }
span { border-color: rgb(173,51,158); }
td.TdClassName
{
border-color: #AD339E;
}
.TagClassName
{
border-color: #AD339E;
}
</style>