Shades of Medium Red Violet #AD266F
Tints of Medium Red Violet #AD266F
RGB
CMYK
RGB Variations
Color information
#AD266F (or 0xAD266F) is known color: Medium Red Violet. HEX triplet: AD, 26 and 6F. RGB value is (173,38,111). Sum of RGB (Red+Green+Blue) = 173+38+111=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD266F is #52D990. Grayscale: #565656. Windows color (decimal): -5429649 or 7284397. OLE color: 7284397.
HSL color Cylindrical-coordinate representation of color #AD266F: hue angle of 327.56º 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 #AD266F is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 111 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.32 |
| HSL | 327.56º | 0.64% | 0.41% | - |
| HSV(B) | 327.56º | 0.78% | 0.68% | - |
| XYZ | 20.8 | 11.42 | 16.15 | - |
| YUV | 86.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 111 | 0 | 0.78 | 0.36 | 0.32 | 327.56 | 0.64 | 0.41 |
| Hex | AD | 26 | 6F | 0 | 4E | 24 | 20 | 148 | 40 | 29 |
| Octal | 255 | 46 | 157 | 0 | 116 | 44 | 40 | 510 | 100 | 51 |
| Binary | 10101101 | 100110 | 1101111 | 0 | 1001110 | 100100 | 100000 | 101001000 | 1000000 | 101001 |
Color Harmonies of #AD266F
Complementary color
Monochromatic Colors of #AD266F
Black with #AD266F
Text Example
Text Example
White with #AD266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD266F; }
p { color: rgb(173,38,111); }
H1.HeaderClassName
{
color: #AD266F;
}
.AnyTagClassName
{
color: #AD266F;
}
</style>
background-color css
<style>
a { background-color: #AD266F; }
a { background-color: rgb(173,38,111); }
div.DivClassName
{
background-color: #AD266F;
}
.BgClassName
{
background-color: #AD266F;
}
</style>
border-color css
<style>
span { border-color: #AD266F; }
span { border-color: rgb(173,38,111); }
td.TdClassName
{
border-color: #AD266F;
}
.TagClassName
{
border-color: #AD266F;
}
</style>