Shades of Medium Red Violet #AD267B
Tints of Medium Red Violet #AD267B
RGB
CMYK
RGB Variations
Color information
#AD267B (or 0xAD267B) is known color: Medium Red Violet. HEX triplet: AD, 26 and 7B. RGB value is (173,38,123). Sum of RGB (Red+Green+Blue) = 173+38+123=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD267B is #52D984. Grayscale: #575757. Windows color (decimal): -5429637 or 8070829. OLE color: 8070829.
HSL color Cylindrical-coordinate representation of color #AD267B: hue angle of 322.22º 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 #AD267B is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 123 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.32 |
| HSL | 322.22º | 0.64% | 0.41% | - |
| HSV(B) | 322.22º | 0.78% | 0.68% | - |
| XYZ | 21.5 | 11.7 | 19.86 | - |
| YUV | 88.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 123 | 0 | 0.78 | 0.29 | 0.32 | 322.22 | 0.64 | 0.41 |
| Hex | AD | 26 | 7B | 0 | 4E | 1D | 20 | 142 | 40 | 29 |
| Octal | 255 | 46 | 173 | 0 | 116 | 35 | 40 | 502 | 100 | 51 |
| Binary | 10101101 | 100110 | 1111011 | 0 | 1001110 | 11101 | 100000 | 101000010 | 1000000 | 101001 |
Color Harmonies of #AD267B
Complementary color
Monochromatic Colors of #AD267B
Black with #AD267B
Text Example
Text Example
White with #AD267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD267B; }
p { color: rgb(173,38,123); }
H1.HeaderClassName
{
color: #AD267B;
}
.AnyTagClassName
{
color: #AD267B;
}
</style>
background-color css
<style>
a { background-color: #AD267B; }
a { background-color: rgb(173,38,123); }
div.DivClassName
{
background-color: #AD267B;
}
.BgClassName
{
background-color: #AD267B;
}
</style>
border-color css
<style>
span { border-color: #AD267B; }
span { border-color: rgb(173,38,123); }
td.TdClassName
{
border-color: #AD267B;
}
.TagClassName
{
border-color: #AD267B;
}
</style>