Shades of Medium Red Violet #AD239E
Tints of Medium Red Violet #AD239E
RGB
CMYK
RGB Variations
Color information
#AD239E (or 0xAD239E) is known color: Medium Red Violet. HEX triplet: AD, 23 and 9E. RGB value is (173,35,158). Sum of RGB (Red+Green+Blue) = 173+35+158=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD239E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD239E is #52DC61. Grayscale: #595959. Windows color (decimal): -5430370 or 10363821. OLE color: 10363821.
HSL color Cylindrical-coordinate representation of color #AD239E: hue angle of 306.52º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD239E is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 158 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.32 |
| HSL | 306.52º | 0.66% | 0.41% | - |
| HSV(B) | 306.52º | 0.8% | 0.68% | - |
| XYZ | 24.01 | 12.55 | 33.51 | - |
| YUV | 90.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 158 | 0 | 0.80 | 0.09 | 0.32 | 306.52 | 0.66 | 0.41 |
| Hex | AD | 23 | 9E | 0 | 50 | 9 | 20 | 133 | 42 | 29 |
| Octal | 255 | 43 | 236 | 0 | 120 | 11 | 40 | 463 | 102 | 51 |
| Binary | 10101101 | 100011 | 10011110 | 0 | 1010000 | 1001 | 100000 | 100110011 | 1000010 | 101001 |
Color Harmonies of #AD239E
Complementary color
Monochromatic Colors of #AD239E
Black with #AD239E
Text Example
Text Example
White with #AD239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD239E; }
p { color: rgb(173,35,158); }
H1.HeaderClassName
{
color: #AD239E;
}
.AnyTagClassName
{
color: #AD239E;
}
</style>
background-color css
<style>
a { background-color: #AD239E; }
a { background-color: rgb(173,35,158); }
div.DivClassName
{
background-color: #AD239E;
}
.BgClassName
{
background-color: #AD239E;
}
</style>
border-color css
<style>
span { border-color: #AD239E; }
span { border-color: rgb(173,35,158); }
td.TdClassName
{
border-color: #AD239E;
}
.TagClassName
{
border-color: #AD239E;
}
</style>