Shades of Medium Red Violet #AD267C
Tints of Medium Red Violet #AD267C
RGB
CMYK
RGB Variations
Color information
#AD267C (or 0xAD267C) is known color: Medium Red Violet. HEX triplet: AD, 26 and 7C. RGB value is (173,38,124). Sum of RGB (Red+Green+Blue) = 173+38+124=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD267C is #52D983. Grayscale: #575757. Windows color (decimal): -5429636 or 8136365. OLE color: 8136365.
HSL color Cylindrical-coordinate representation of color #AD267C: hue angle of 321.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD267C is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 124 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.32 |
| HSL | 321.78º | 0.64% | 0.41% | - |
| HSV(B) | 321.78º | 0.78% | 0.68% | - |
| XYZ | 21.56 | 11.73 | 20.2 | - |
| YUV | 88.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 124 | 0 | 0.78 | 0.28 | 0.32 | 321.78 | 0.64 | 0.41 |
| Hex | AD | 26 | 7C | 0 | 4E | 1C | 20 | 142 | 40 | 29 |
| Octal | 255 | 46 | 174 | 0 | 116 | 34 | 40 | 502 | 100 | 51 |
| Binary | 10101101 | 100110 | 1111100 | 0 | 1001110 | 11100 | 100000 | 101000010 | 1000000 | 101001 |
Color Harmonies of #AD267C
Complementary color
Monochromatic Colors of #AD267C
Black with #AD267C
Text Example
Text Example
White with #AD267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD267C; }
p { color: rgb(173,38,124); }
H1.HeaderClassName
{
color: #AD267C;
}
.AnyTagClassName
{
color: #AD267C;
}
</style>
background-color css
<style>
a { background-color: #AD267C; }
a { background-color: rgb(173,38,124); }
div.DivClassName
{
background-color: #AD267C;
}
.BgClassName
{
background-color: #AD267C;
}
</style>
border-color css
<style>
span { border-color: #AD267C; }
span { border-color: rgb(173,38,124); }
td.TdClassName
{
border-color: #AD267C;
}
.TagClassName
{
border-color: #AD267C;
}
</style>