Shades of Medium Red Violet #AD278C
Tints of Medium Red Violet #AD278C
RGB
CMYK
RGB Variations
Color information
#AD278C (or 0xAD278C) is known color: Medium Red Violet. HEX triplet: AD, 27 and 8C. RGB value is (173,39,140). Sum of RGB (Red+Green+Blue) = 173+39+140=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD278C is #52D873. Grayscale: #5A5A5A. Windows color (decimal): -5429364 or 9185197. OLE color: 9185197.
HSL color Cylindrical-coordinate representation of color #AD278C: hue angle of 314.78º 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 #AD278C is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 140 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.32 |
| HSL | 314.78º | 0.63% | 0.42% | - |
| HSV(B) | 314.78º | 0.77% | 0.68% | - |
| XYZ | 22.69 | 12.23 | 25.98 | - |
| YUV | 90.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 140 | 0 | 0.77 | 0.19 | 0.32 | 314.78 | 0.63 | 0.42 |
| Hex | AD | 27 | 8C | 0 | 4D | 13 | 20 | 13B | 3F | 2A |
| Octal | 255 | 47 | 214 | 0 | 115 | 23 | 40 | 473 | 77 | 52 |
| Binary | 10101101 | 100111 | 10001100 | 0 | 1001101 | 10011 | 100000 | 100111011 | 111111 | 101010 |
Color Harmonies of #AD278C
Complementary color
Monochromatic Colors of #AD278C
Black with #AD278C
Text Example
Text Example
White with #AD278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD278C; }
p { color: rgb(173,39,140); }
H1.HeaderClassName
{
color: #AD278C;
}
.AnyTagClassName
{
color: #AD278C;
}
</style>
background-color css
<style>
a { background-color: #AD278C; }
a { background-color: rgb(173,39,140); }
div.DivClassName
{
background-color: #AD278C;
}
.BgClassName
{
background-color: #AD278C;
}
</style>
border-color css
<style>
span { border-color: #AD278C; }
span { border-color: rgb(173,39,140); }
td.TdClassName
{
border-color: #AD278C;
}
.TagClassName
{
border-color: #AD278C;
}
</style>