Shades of Medium Red Violet #AD339B
Tints of Medium Red Violet #AD339B
RGB
CMYK
RGB Variations
Color information
#AD339B (or 0xAD339B) is known color: Medium Red Violet. HEX triplet: AD, 33 and 9B. RGB value is (173,51,155). Sum of RGB (Red+Green+Blue) = 173+51+155=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD339B is #52CC64. Grayscale: #636363. Windows color (decimal): -5426277 or 10171309. OLE color: 10171309.
HSL color Cylindrical-coordinate representation of color #AD339B: hue angle of 308.85º 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 #AD339B is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 155 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.32 |
| HSL | 308.85º | 0.54% | 0.44% | - |
| HSV(B) | 308.85º | 0.71% | 0.68% | - |
| XYZ | 24.33 | 13.62 | 32.36 | - |
| YUV | 99.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 155 | 0 | 0.71 | 0.10 | 0.32 | 308.85 | 0.54 | 0.44 |
| Hex | AD | 33 | 9B | 0 | 47 | A | 20 | 135 | 36 | 2C |
| Octal | 255 | 63 | 233 | 0 | 107 | 12 | 40 | 465 | 66 | 54 |
| Binary | 10101101 | 110011 | 10011011 | 0 | 1000111 | 1010 | 100000 | 100110101 | 110110 | 101100 |
Color Harmonies of #AD339B
Complementary color
Monochromatic Colors of #AD339B
Black with #AD339B
Text Example
Text Example
White with #AD339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD339B; }
p { color: rgb(173,51,155); }
H1.HeaderClassName
{
color: #AD339B;
}
.AnyTagClassName
{
color: #AD339B;
}
</style>
background-color css
<style>
a { background-color: #AD339B; }
a { background-color: rgb(173,51,155); }
div.DivClassName
{
background-color: #AD339B;
}
.BgClassName
{
background-color: #AD339B;
}
</style>
border-color css
<style>
span { border-color: #AD339B; }
span { border-color: rgb(173,51,155); }
td.TdClassName
{
border-color: #AD339B;
}
.TagClassName
{
border-color: #AD339B;
}
</style>