Shades of Medium Red Violet #A8277E
Tints of Medium Red Violet #A8277E
RGB
CMYK
RGB Variations
Color information
#A8277E (or 0xA8277E) is known color: Medium Red Violet. HEX triplet: A8, 27 and 7E. RGB value is (168,39,126). Sum of RGB (Red+Green+Blue) = 168+39+126=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8277E is #57D881. Grayscale: #575757. Windows color (decimal): -5757058 or 8267688. OLE color: 8267688.
HSL color Cylindrical-coordinate representation of color #A8277E: hue angle of 319.53º 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 #A8277E is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 126 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.34 |
| HSL | 319.53º | 0.62% | 0.41% | - |
| HSV(B) | 319.53º | 0.77% | 0.66% | - |
| XYZ | 20.64 | 11.28 | 20.83 | - |
| YUV | 87.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 126 | 0 | 0.77 | 0.25 | 0.34 | 319.53 | 0.62 | 0.41 |
| Hex | A8 | 27 | 7E | 0 | 4D | 19 | 22 | 140 | 3E | 29 |
| Octal | 250 | 47 | 176 | 0 | 115 | 31 | 42 | 500 | 76 | 51 |
| Binary | 10101000 | 100111 | 1111110 | 0 | 1001101 | 11001 | 100010 | 101000000 | 111110 | 101001 |
Color Harmonies of #A8277E
Complementary color
Monochromatic Colors of #A8277E
Black with #A8277E
Text Example
Text Example
White with #A8277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8277E; }
p { color: rgb(168,39,126); }
H1.HeaderClassName
{
color: #A8277E;
}
.AnyTagClassName
{
color: #A8277E;
}
</style>
background-color css
<style>
a { background-color: #A8277E; }
a { background-color: rgb(168,39,126); }
div.DivClassName
{
background-color: #A8277E;
}
.BgClassName
{
background-color: #A8277E;
}
</style>
border-color css
<style>
span { border-color: #A8277E; }
span { border-color: rgb(168,39,126); }
td.TdClassName
{
border-color: #A8277E;
}
.TagClassName
{
border-color: #A8277E;
}
</style>