Shades of Medium Red Violet #A9278B
Tints of Medium Red Violet #A9278B
RGB
CMYK
RGB Variations
Color information
#A9278B (or 0xA9278B) is known color: Medium Red Violet. HEX triplet: A9, 27 and 8B. RGB value is (169,39,139). Sum of RGB (Red+Green+Blue) = 169+39+139=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9278B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9278B is #56D874. Grayscale: #595959. Windows color (decimal): -5691509 or 9119657. OLE color: 9119657.
HSL color Cylindrical-coordinate representation of color #A9278B: hue angle of 313.85º 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 #A9278B is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 39 | 139 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.34 |
| HSL | 313.85º | 0.63% | 0.41% | - |
| HSV(B) | 313.85º | 0.77% | 0.66% | - |
| XYZ | 21.75 | 11.75 | 25.55 | - |
| YUV | 89.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 139 | 0 | 0.77 | 0.18 | 0.34 | 313.85 | 0.63 | 0.41 |
| Hex | A9 | 27 | 8B | 0 | 4D | 12 | 22 | 13A | 3E | 29 |
| Octal | 251 | 47 | 213 | 0 | 115 | 22 | 42 | 472 | 76 | 51 |
| Binary | 10101001 | 100111 | 10001011 | 0 | 1001101 | 10010 | 100010 | 100111010 | 111110 | 101001 |
Color Harmonies of #A9278B
Complementary color
Monochromatic Colors of #A9278B
Black with #A9278B
Text Example
Text Example
White with #A9278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9278B; }
p { color: rgb(169,39,139); }
H1.HeaderClassName
{
color: #A9278B;
}
.AnyTagClassName
{
color: #A9278B;
}
</style>
background-color css
<style>
a { background-color: #A9278B; }
a { background-color: rgb(169,39,139); }
div.DivClassName
{
background-color: #A9278B;
}
.BgClassName
{
background-color: #A9278B;
}
</style>
border-color css
<style>
span { border-color: #A9278B; }
span { border-color: rgb(169,39,139); }
td.TdClassName
{
border-color: #A9278B;
}
.TagClassName
{
border-color: #A9278B;
}
</style>