Shades of Medium Red Violet #AD339D
Tints of Medium Red Violet #AD339D
RGB
CMYK
RGB Variations
Color information
#AD339D (or 0xAD339D) is known color: Medium Red Violet. HEX triplet: AD, 33 and 9D. RGB value is (173,51,157). Sum of RGB (Red+Green+Blue) = 173+51+157=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD339D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD339D is #52CC62. Grayscale: #636363. Windows color (decimal): -5426275 or 10302381. OLE color: 10302381.
HSL color Cylindrical-coordinate representation of color #AD339D: hue angle of 307.87º 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 #AD339D is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 157 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.32 |
| HSL | 307.87º | 0.54% | 0.44% | - |
| HSV(B) | 307.87º | 0.71% | 0.68% | - |
| XYZ | 24.5 | 13.69 | 33.25 | - |
| YUV | 99.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 157 | 0 | 0.71 | 0.09 | 0.32 | 307.87 | 0.54 | 0.44 |
| Hex | AD | 33 | 9D | 0 | 47 | 9 | 20 | 134 | 36 | 2C |
| Octal | 255 | 63 | 235 | 0 | 107 | 11 | 40 | 464 | 66 | 54 |
| Binary | 10101101 | 110011 | 10011101 | 0 | 1000111 | 1001 | 100000 | 100110100 | 110110 | 101100 |
Color Harmonies of #AD339D
Complementary color
Monochromatic Colors of #AD339D
Black with #AD339D
Text Example
Text Example
White with #AD339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD339D; }
p { color: rgb(173,51,157); }
H1.HeaderClassName
{
color: #AD339D;
}
.AnyTagClassName
{
color: #AD339D;
}
</style>
background-color css
<style>
a { background-color: #AD339D; }
a { background-color: rgb(173,51,157); }
div.DivClassName
{
background-color: #AD339D;
}
.BgClassName
{
background-color: #AD339D;
}
</style>
border-color css
<style>
span { border-color: #AD339D; }
span { border-color: rgb(173,51,157); }
td.TdClassName
{
border-color: #AD339D;
}
.TagClassName
{
border-color: #AD339D;
}
</style>