Shades of Medium Red Violet #AD237E
Tints of Medium Red Violet #AD237E
RGB
CMYK
RGB Variations
Color information
#AD237E (or 0xAD237E) is known color: Medium Red Violet. HEX triplet: AD, 23 and 7E. RGB value is (173,35,126). Sum of RGB (Red+Green+Blue) = 173+35+126=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD237E is #52DC81. Grayscale: #565656. Windows color (decimal): -5430402 or 8266669. OLE color: 8266669.
HSL color Cylindrical-coordinate representation of color #AD237E: hue angle of 320.43º 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 #AD237E is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 126 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.32 |
| HSL | 320.43º | 0.66% | 0.41% | - |
| HSV(B) | 320.43º | 0.8% | 0.68% | - |
| XYZ | 21.6 | 11.59 | 20.84 | - |
| YUV | 86.64 | 150.22 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 126 | 0 | 0.80 | 0.27 | 0.32 | 320.43 | 0.66 | 0.41 |
| Hex | AD | 23 | 7E | 0 | 50 | 1B | 20 | 140 | 42 | 29 |
| Octal | 255 | 43 | 176 | 0 | 120 | 33 | 40 | 500 | 102 | 51 |
| Binary | 10101101 | 100011 | 1111110 | 0 | 1010000 | 11011 | 100000 | 101000000 | 1000010 | 101001 |
Color Harmonies of #AD237E
Complementary color
Monochromatic Colors of #AD237E
Black with #AD237E
Text Example
Text Example
White with #AD237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD237E; }
p { color: rgb(173,35,126); }
H1.HeaderClassName
{
color: #AD237E;
}
.AnyTagClassName
{
color: #AD237E;
}
</style>
background-color css
<style>
a { background-color: #AD237E; }
a { background-color: rgb(173,35,126); }
div.DivClassName
{
background-color: #AD237E;
}
.BgClassName
{
background-color: #AD237E;
}
</style>
border-color css
<style>
span { border-color: #AD237E; }
span { border-color: rgb(173,35,126); }
td.TdClassName
{
border-color: #AD237E;
}
.TagClassName
{
border-color: #AD237E;
}
</style>