Shades of Medium Red Violet #AD267F
Tints of Medium Red Violet #AD267F
RGB
CMYK
RGB Variations
Color information
#AD267F (or 0xAD267F) is known color: Medium Red Violet. HEX triplet: AD, 26 and 7F. RGB value is (173,38,127). Sum of RGB (Red+Green+Blue) = 173+38+127=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD267F is #52D980. Grayscale: #585858. Windows color (decimal): -5429633 or 8332973. OLE color: 8332973.
HSL color Cylindrical-coordinate representation of color #AD267F: hue angle of 320.44º 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 #AD267F is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 127 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.32 |
| HSL | 320.44º | 0.64% | 0.41% | - |
| HSV(B) | 320.44º | 0.78% | 0.68% | - |
| XYZ | 21.76 | 11.8 | 21.21 | - |
| YUV | 88.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 127 | 0 | 0.78 | 0.27 | 0.32 | 320.44 | 0.64 | 0.41 |
| Hex | AD | 26 | 7F | 0 | 4E | 1B | 20 | 140 | 40 | 29 |
| Octal | 255 | 46 | 177 | 0 | 116 | 33 | 40 | 500 | 100 | 51 |
| Binary | 10101101 | 100110 | 1111111 | 0 | 1001110 | 11011 | 100000 | 101000000 | 1000000 | 101001 |
Color Harmonies of #AD267F
Complementary color
Monochromatic Colors of #AD267F
Black with #AD267F
Text Example
Text Example
White with #AD267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD267F; }
p { color: rgb(173,38,127); }
H1.HeaderClassName
{
color: #AD267F;
}
.AnyTagClassName
{
color: #AD267F;
}
</style>
background-color css
<style>
a { background-color: #AD267F; }
a { background-color: rgb(173,38,127); }
div.DivClassName
{
background-color: #AD267F;
}
.BgClassName
{
background-color: #AD267F;
}
</style>
border-color css
<style>
span { border-color: #AD267F; }
span { border-color: rgb(173,38,127); }
td.TdClassName
{
border-color: #AD267F;
}
.TagClassName
{
border-color: #AD267F;
}
</style>