Shades of Medium Red Violet #AD279F
Tints of Medium Red Violet #AD279F
RGB
CMYK
RGB Variations
Color information
#AD279F (or 0xAD279F) is known color: Medium Red Violet. HEX triplet: AD, 27 and 9F. RGB value is (173,39,159). Sum of RGB (Red+Green+Blue) = 173+39+159=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD279F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD279F is #52D860. Grayscale: #5C5C5C. Windows color (decimal): -5429345 or 10430381. OLE color: 10430381.
HSL color Cylindrical-coordinate representation of color #AD279F: hue angle of 306.27º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD279F is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 159 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.32 |
| HSL | 306.27º | 0.63% | 0.42% | - |
| HSV(B) | 306.27º | 0.77% | 0.68% | - |
| XYZ | 24.22 | 12.84 | 34 | - |
| YUV | 92.75 | 165.39 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 159 | 0 | 0.77 | 0.08 | 0.32 | 306.27 | 0.63 | 0.42 |
| Hex | AD | 27 | 9F | 0 | 4D | 8 | 20 | 132 | 3F | 2A |
| Octal | 255 | 47 | 237 | 0 | 115 | 10 | 40 | 462 | 77 | 52 |
| Binary | 10101101 | 100111 | 10011111 | 0 | 1001101 | 1000 | 100000 | 100110010 | 111111 | 101010 |
Color Harmonies of #AD279F
Complementary color
Monochromatic Colors of #AD279F
Black with #AD279F
Text Example
Text Example
White with #AD279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD279F; }
p { color: rgb(173,39,159); }
H1.HeaderClassName
{
color: #AD279F;
}
.AnyTagClassName
{
color: #AD279F;
}
</style>
background-color css
<style>
a { background-color: #AD279F; }
a { background-color: rgb(173,39,159); }
div.DivClassName
{
background-color: #AD279F;
}
.BgClassName
{
background-color: #AD279F;
}
</style>
border-color css
<style>
span { border-color: #AD279F; }
span { border-color: rgb(173,39,159); }
td.TdClassName
{
border-color: #AD279F;
}
.TagClassName
{
border-color: #AD279F;
}
</style>