Shades of Medium Red Violet #A8267F
Tints of Medium Red Violet #A8267F
RGB
CMYK
RGB Variations
Color information
#A8267F (or 0xA8267F) is known color: Medium Red Violet. HEX triplet: A8, 26 and 7F. RGB value is (168,38,127). Sum of RGB (Red+Green+Blue) = 168+38+127=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8267F is #57D980. Grayscale: #565656. Windows color (decimal): -5757313 or 8332968. OLE color: 8332968.
HSL color Cylindrical-coordinate representation of color #A8267F: hue angle of 318.92º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8267F is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 127 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.34 |
| HSL | 318.92º | 0.63% | 0.4% | - |
| HSV(B) | 318.92º | 0.77% | 0.66% | - |
| XYZ | 20.67 | 11.24 | 21.16 | - |
| YUV | 87.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 127 | 0 | 0.77 | 0.24 | 0.34 | 318.92 | 0.63 | 0.4 |
| Hex | A8 | 26 | 7F | 0 | 4D | 18 | 22 | 13F | 3F | 28 |
| Octal | 250 | 46 | 177 | 0 | 115 | 30 | 42 | 477 | 77 | 50 |
| Binary | 10101000 | 100110 | 1111111 | 0 | 1001101 | 11000 | 100010 | 100111111 | 111111 | 101000 |
Color Harmonies of #A8267F
Complementary color
Monochromatic Colors of #A8267F
Black with #A8267F
Text Example
Text Example
White with #A8267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8267F; }
p { color: rgb(168,38,127); }
H1.HeaderClassName
{
color: #A8267F;
}
.AnyTagClassName
{
color: #A8267F;
}
</style>
background-color css
<style>
a { background-color: #A8267F; }
a { background-color: rgb(168,38,127); }
div.DivClassName
{
background-color: #A8267F;
}
.BgClassName
{
background-color: #A8267F;
}
</style>
border-color css
<style>
span { border-color: #A8267F; }
span { border-color: rgb(168,38,127); }
td.TdClassName
{
border-color: #A8267F;
}
.TagClassName
{
border-color: #A8267F;
}
</style>