Shades of Medium Red Violet #AD276E
Tints of Medium Red Violet #AD276E
RGB
CMYK
RGB Variations
Color information
#AD276E (or 0xAD276E) is known color: Medium Red Violet. HEX triplet: AD, 27 and 6E. RGB value is (173,39,110). Sum of RGB (Red+Green+Blue) = 173+39+110=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD276E is #52D891. Grayscale: #575757. Windows color (decimal): -5429394 or 7219117. OLE color: 7219117.
HSL color Cylindrical-coordinate representation of color #AD276E: hue angle of 328.21º 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 #AD276E is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 110 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.32 |
| HSL | 328.21º | 0.63% | 0.42% | - |
| HSV(B) | 328.21º | 0.77% | 0.68% | - |
| XYZ | 20.77 | 11.46 | 15.87 | - |
| YUV | 87.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 110 | 0 | 0.77 | 0.36 | 0.32 | 328.21 | 0.63 | 0.42 |
| Hex | AD | 27 | 6E | 0 | 4D | 24 | 20 | 148 | 3F | 2A |
| Octal | 255 | 47 | 156 | 0 | 115 | 44 | 40 | 510 | 77 | 52 |
| Binary | 10101101 | 100111 | 1101110 | 0 | 1001101 | 100100 | 100000 | 101001000 | 111111 | 101010 |
Color Harmonies of #AD276E
Complementary color
Monochromatic Colors of #AD276E
Black with #AD276E
Text Example
Text Example
White with #AD276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD276E; }
p { color: rgb(173,39,110); }
H1.HeaderClassName
{
color: #AD276E;
}
.AnyTagClassName
{
color: #AD276E;
}
</style>
background-color css
<style>
a { background-color: #AD276E; }
a { background-color: rgb(173,39,110); }
div.DivClassName
{
background-color: #AD276E;
}
.BgClassName
{
background-color: #AD276E;
}
</style>
border-color css
<style>
span { border-color: #AD276E; }
span { border-color: rgb(173,39,110); }
td.TdClassName
{
border-color: #AD276E;
}
.TagClassName
{
border-color: #AD276E;
}
</style>