Shades of Medium Red Violet #A9278C
Tints of Medium Red Violet #A9278C
RGB
CMYK
RGB Variations
Color information
#A9278C (or 0xA9278C) is known color: Medium Red Violet. HEX triplet: A9, 27 and 8C. RGB value is (169,39,140). Sum of RGB (Red+Green+Blue) = 169+39+140=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A9278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9278C is #56D873. Grayscale: #595959. Windows color (decimal): -5691508 or 9185193. OLE color: 9185193.
HSL color Cylindrical-coordinate representation of color #A9278C: hue angle of 313.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9278C is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 39 | 140 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.34 |
| HSL | 313.38º | 0.63% | 0.41% | - |
| HSV(B) | 313.38º | 0.77% | 0.66% | - |
| XYZ | 21.82 | 11.78 | 25.93 | - |
| YUV | 89.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 140 | 0 | 0.77 | 0.17 | 0.34 | 313.38 | 0.63 | 0.41 |
| Hex | A9 | 27 | 8C | 0 | 4D | 11 | 22 | 139 | 3E | 29 |
| Octal | 251 | 47 | 214 | 0 | 115 | 21 | 42 | 471 | 76 | 51 |
| Binary | 10101001 | 100111 | 10001100 | 0 | 1001101 | 10001 | 100010 | 100111001 | 111110 | 101001 |
Color Harmonies of #A9278C
Complementary color
Monochromatic Colors of #A9278C
Black with #A9278C
Text Example
Text Example
White with #A9278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9278C; }
p { color: rgb(169,39,140); }
H1.HeaderClassName
{
color: #A9278C;
}
.AnyTagClassName
{
color: #A9278C;
}
</style>
background-color css
<style>
a { background-color: #A9278C; }
a { background-color: rgb(169,39,140); }
div.DivClassName
{
background-color: #A9278C;
}
.BgClassName
{
background-color: #A9278C;
}
</style>
border-color css
<style>
span { border-color: #A9278C; }
span { border-color: rgb(169,39,140); }
td.TdClassName
{
border-color: #A9278C;
}
.TagClassName
{
border-color: #A9278C;
}
</style>