Shades of Medium Red Violet #AD237B
Tints of Medium Red Violet #AD237B
RGB
CMYK
RGB Variations
Color information
#AD237B (or 0xAD237B) is known color: Medium Red Violet. HEX triplet: AD, 23 and 7B. RGB value is (173,35,123). Sum of RGB (Red+Green+Blue) = 173+35+123=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD237B is #52DC84. Grayscale: #565656. Windows color (decimal): -5430405 or 8070061. OLE color: 8070061.
HSL color Cylindrical-coordinate representation of color #AD237B: hue angle of 321.74º 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 #AD237B is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 123 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.32 |
| HSL | 321.74º | 0.66% | 0.41% | - |
| HSV(B) | 321.74º | 0.8% | 0.68% | - |
| XYZ | 21.41 | 11.52 | 19.83 | - |
| YUV | 86.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 123 | 0 | 0.80 | 0.29 | 0.32 | 321.74 | 0.66 | 0.41 |
| Hex | AD | 23 | 7B | 0 | 50 | 1D | 20 | 142 | 42 | 29 |
| Octal | 255 | 43 | 173 | 0 | 120 | 35 | 40 | 502 | 102 | 51 |
| Binary | 10101101 | 100011 | 1111011 | 0 | 1010000 | 11101 | 100000 | 101000010 | 1000010 | 101001 |
Color Harmonies of #AD237B
Complementary color
Monochromatic Colors of #AD237B
Black with #AD237B
Text Example
Text Example
White with #AD237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD237B; }
p { color: rgb(173,35,123); }
H1.HeaderClassName
{
color: #AD237B;
}
.AnyTagClassName
{
color: #AD237B;
}
</style>
background-color css
<style>
a { background-color: #AD237B; }
a { background-color: rgb(173,35,123); }
div.DivClassName
{
background-color: #AD237B;
}
.BgClassName
{
background-color: #AD237B;
}
</style>
border-color css
<style>
span { border-color: #AD237B; }
span { border-color: rgb(173,35,123); }
td.TdClassName
{
border-color: #AD237B;
}
.TagClassName
{
border-color: #AD237B;
}
</style>