Shades of Medium Red Violet #AD237A
Tints of Medium Red Violet #AD237A
RGB
CMYK
RGB Variations
Color information
#AD237A (or 0xAD237A) is known color: Medium Red Violet. HEX triplet: AD, 23 and 7A. RGB value is (173,35,122). Sum of RGB (Red+Green+Blue) = 173+35+122=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD237A is #52DC85. Grayscale: #555555. Windows color (decimal): -5430406 or 8004525. OLE color: 8004525.
HSL color Cylindrical-coordinate representation of color #AD237A: hue angle of 322.17º 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 #AD237A is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 122 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.32 |
| HSL | 322.17º | 0.66% | 0.41% | - |
| HSV(B) | 322.17º | 0.8% | 0.68% | - |
| XYZ | 21.35 | 11.49 | 19.51 | - |
| YUV | 86.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 122 | 0 | 0.80 | 0.29 | 0.32 | 322.17 | 0.66 | 0.41 |
| Hex | AD | 23 | 7A | 0 | 50 | 1D | 20 | 142 | 42 | 29 |
| Octal | 255 | 43 | 172 | 0 | 120 | 35 | 40 | 502 | 102 | 51 |
| Binary | 10101101 | 100011 | 1111010 | 0 | 1010000 | 11101 | 100000 | 101000010 | 1000010 | 101001 |
Color Harmonies of #AD237A
Complementary color
Monochromatic Colors of #AD237A
Black with #AD237A
Text Example
Text Example
White with #AD237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD237A; }
p { color: rgb(173,35,122); }
H1.HeaderClassName
{
color: #AD237A;
}
.AnyTagClassName
{
color: #AD237A;
}
</style>
background-color css
<style>
a { background-color: #AD237A; }
a { background-color: rgb(173,35,122); }
div.DivClassName
{
background-color: #AD237A;
}
.BgClassName
{
background-color: #AD237A;
}
</style>
border-color css
<style>
span { border-color: #AD237A; }
span { border-color: rgb(173,35,122); }
td.TdClassName
{
border-color: #AD237A;
}
.TagClassName
{
border-color: #AD237A;
}
</style>