Shades of Medium Red Violet #A8277F
Tints of Medium Red Violet #A8277F
RGB
CMYK
RGB Variations
Color information
#A8277F (or 0xA8277F) is known color: Medium Red Violet. HEX triplet: A8, 27 and 7F. RGB value is (168,39,127). Sum of RGB (Red+Green+Blue) = 168+39+127=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8277F is #57D880. Grayscale: #575757. Windows color (decimal): -5757057 or 8333224. OLE color: 8333224.
HSL color Cylindrical-coordinate representation of color #A8277F: hue angle of 319.07º 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 #A8277F is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 127 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.34 |
| HSL | 319.07º | 0.62% | 0.41% | - |
| HSV(B) | 319.07º | 0.77% | 0.66% | - |
| XYZ | 20.7 | 11.31 | 21.17 | - |
| YUV | 87.6 | 150.24 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 127 | 0 | 0.77 | 0.24 | 0.34 | 319.07 | 0.62 | 0.41 |
| Hex | A8 | 27 | 7F | 0 | 4D | 18 | 22 | 13F | 3E | 29 |
| Octal | 250 | 47 | 177 | 0 | 115 | 30 | 42 | 477 | 76 | 51 |
| Binary | 10101000 | 100111 | 1111111 | 0 | 1001101 | 11000 | 100010 | 100111111 | 111110 | 101001 |
Color Harmonies of #A8277F
Complementary color
Monochromatic Colors of #A8277F
Black with #A8277F
Text Example
Text Example
White with #A8277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8277F; }
p { color: rgb(168,39,127); }
H1.HeaderClassName
{
color: #A8277F;
}
.AnyTagClassName
{
color: #A8277F;
}
</style>
background-color css
<style>
a { background-color: #A8277F; }
a { background-color: rgb(168,39,127); }
div.DivClassName
{
background-color: #A8277F;
}
.BgClassName
{
background-color: #A8277F;
}
</style>
border-color css
<style>
span { border-color: #A8277F; }
span { border-color: rgb(168,39,127); }
td.TdClassName
{
border-color: #A8277F;
}
.TagClassName
{
border-color: #A8277F;
}
</style>