Shades of Medium Red Violet #AD267A
Tints of Medium Red Violet #AD267A
RGB
CMYK
RGB Variations
Color information
#AD267A (or 0xAD267A) is known color: Medium Red Violet. HEX triplet: AD, 26 and 7A. RGB value is (173,38,122). Sum of RGB (Red+Green+Blue) = 173+38+122=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD267A is #52D985. Grayscale: #575757. Windows color (decimal): -5429638 or 8005293. OLE color: 8005293.
HSL color Cylindrical-coordinate representation of color #AD267A: hue angle of 322.67º 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 #AD267A is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 122 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.32 |
| HSL | 322.67º | 0.64% | 0.41% | - |
| HSV(B) | 322.67º | 0.78% | 0.68% | - |
| XYZ | 21.44 | 11.68 | 19.54 | - |
| YUV | 87.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 122 | 0 | 0.78 | 0.29 | 0.32 | 322.67 | 0.64 | 0.41 |
| Hex | AD | 26 | 7A | 0 | 4E | 1D | 20 | 143 | 40 | 29 |
| Octal | 255 | 46 | 172 | 0 | 116 | 35 | 40 | 503 | 100 | 51 |
| Binary | 10101101 | 100110 | 1111010 | 0 | 1001110 | 11101 | 100000 | 101000011 | 1000000 | 101001 |
Color Harmonies of #AD267A
Complementary color
Monochromatic Colors of #AD267A
Black with #AD267A
Text Example
Text Example
White with #AD267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD267A; }
p { color: rgb(173,38,122); }
H1.HeaderClassName
{
color: #AD267A;
}
.AnyTagClassName
{
color: #AD267A;
}
</style>
background-color css
<style>
a { background-color: #AD267A; }
a { background-color: rgb(173,38,122); }
div.DivClassName
{
background-color: #AD267A;
}
.BgClassName
{
background-color: #AD267A;
}
</style>
border-color css
<style>
span { border-color: #AD267A; }
span { border-color: rgb(173,38,122); }
td.TdClassName
{
border-color: #AD267A;
}
.TagClassName
{
border-color: #AD267A;
}
</style>