Shades of Medium Red Violet #AD238E
Tints of Medium Red Violet #AD238E
RGB
CMYK
RGB Variations
Color information
#AD238E (or 0xAD238E) is known color: Medium Red Violet. HEX triplet: AD, 23 and 8E. RGB value is (173,35,142). Sum of RGB (Red+Green+Blue) = 173+35+142=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD238E is #52DC71. Grayscale: #585858. Windows color (decimal): -5430386 or 9315245. OLE color: 9315245.
HSL color Cylindrical-coordinate representation of color #AD238E: hue angle of 313.48º 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 #AD238E is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 142 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.32 |
| HSL | 313.48º | 0.66% | 0.41% | - |
| HSV(B) | 313.48º | 0.8% | 0.68% | - |
| XYZ | 22.72 | 12.04 | 26.72 | - |
| YUV | 88.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 142 | 0 | 0.80 | 0.18 | 0.32 | 313.48 | 0.66 | 0.41 |
| Hex | AD | 23 | 8E | 0 | 50 | 12 | 20 | 139 | 42 | 29 |
| Octal | 255 | 43 | 216 | 0 | 120 | 22 | 40 | 471 | 102 | 51 |
| Binary | 10101101 | 100011 | 10001110 | 0 | 1010000 | 10010 | 100000 | 100111001 | 1000010 | 101001 |
Color Harmonies of #AD238E
Complementary color
Monochromatic Colors of #AD238E
Black with #AD238E
Text Example
Text Example
White with #AD238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD238E; }
p { color: rgb(173,35,142); }
H1.HeaderClassName
{
color: #AD238E;
}
.AnyTagClassName
{
color: #AD238E;
}
</style>
background-color css
<style>
a { background-color: #AD238E; }
a { background-color: rgb(173,35,142); }
div.DivClassName
{
background-color: #AD238E;
}
.BgClassName
{
background-color: #AD238E;
}
</style>
border-color css
<style>
span { border-color: #AD238E; }
span { border-color: rgb(173,35,142); }
td.TdClassName
{
border-color: #AD238E;
}
.TagClassName
{
border-color: #AD238E;
}
</style>