Shades of Medium Red Violet #AD267D
Tints of Medium Red Violet #AD267D
RGB
CMYK
RGB Variations
Color information
#AD267D (or 0xAD267D) is known color: Medium Red Violet. HEX triplet: AD, 26 and 7D. RGB value is (173,38,125). Sum of RGB (Red+Green+Blue) = 173+38+125=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD267D is #52D982. Grayscale: #585858. Windows color (decimal): -5429635 or 8201901. OLE color: 8201901.
HSL color Cylindrical-coordinate representation of color #AD267D: hue angle of 321.33º 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 #AD267D is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 125 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.32 |
| HSL | 321.33º | 0.64% | 0.41% | - |
| HSV(B) | 321.33º | 0.78% | 0.68% | - |
| XYZ | 21.63 | 11.75 | 20.53 | - |
| YUV | 88.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 125 | 0 | 0.78 | 0.28 | 0.32 | 321.33 | 0.64 | 0.41 |
| Hex | AD | 26 | 7D | 0 | 4E | 1C | 20 | 141 | 40 | 29 |
| Octal | 255 | 46 | 175 | 0 | 116 | 34 | 40 | 501 | 100 | 51 |
| Binary | 10101101 | 100110 | 1111101 | 0 | 1001110 | 11100 | 100000 | 101000001 | 1000000 | 101001 |
Color Harmonies of #AD267D
Complementary color
Monochromatic Colors of #AD267D
Black with #AD267D
Text Example
Text Example
White with #AD267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD267D; }
p { color: rgb(173,38,125); }
H1.HeaderClassName
{
color: #AD267D;
}
.AnyTagClassName
{
color: #AD267D;
}
</style>
background-color css
<style>
a { background-color: #AD267D; }
a { background-color: rgb(173,38,125); }
div.DivClassName
{
background-color: #AD267D;
}
.BgClassName
{
background-color: #AD267D;
}
</style>
border-color css
<style>
span { border-color: #AD267D; }
span { border-color: rgb(173,38,125); }
td.TdClassName
{
border-color: #AD267D;
}
.TagClassName
{
border-color: #AD267D;
}
</style>