Shades of Medium Red Violet #A8267E
Tints of Medium Red Violet #A8267E
RGB
CMYK
RGB Variations
Color information
#A8267E (or 0xA8267E) is known color: Medium Red Violet. HEX triplet: A8, 26 and 7E. RGB value is (168,38,126). Sum of RGB (Red+Green+Blue) = 168+38+126=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8267E is #57D981. Grayscale: #565656. Windows color (decimal): -5757314 or 8267432. OLE color: 8267432.
HSL color Cylindrical-coordinate representation of color #A8267E: hue angle of 319.38º 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 #A8267E is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 126 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.34 |
| HSL | 319.38º | 0.63% | 0.4% | - |
| HSV(B) | 319.38º | 0.77% | 0.66% | - |
| XYZ | 20.61 | 11.22 | 20.82 | - |
| YUV | 86.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 126 | 0 | 0.77 | 0.25 | 0.34 | 319.38 | 0.63 | 0.4 |
| Hex | A8 | 26 | 7E | 0 | 4D | 19 | 22 | 13F | 3F | 28 |
| Octal | 250 | 46 | 176 | 0 | 115 | 31 | 42 | 477 | 77 | 50 |
| Binary | 10101000 | 100110 | 1111110 | 0 | 1001101 | 11001 | 100010 | 100111111 | 111111 | 101000 |
Color Harmonies of #A8267E
Complementary color
Monochromatic Colors of #A8267E
Black with #A8267E
Text Example
Text Example
White with #A8267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8267E; }
p { color: rgb(168,38,126); }
H1.HeaderClassName
{
color: #A8267E;
}
.AnyTagClassName
{
color: #A8267E;
}
</style>
background-color css
<style>
a { background-color: #A8267E; }
a { background-color: rgb(168,38,126); }
div.DivClassName
{
background-color: #A8267E;
}
.BgClassName
{
background-color: #A8267E;
}
</style>
border-color css
<style>
span { border-color: #A8267E; }
span { border-color: rgb(168,38,126); }
td.TdClassName
{
border-color: #A8267E;
}
.TagClassName
{
border-color: #A8267E;
}
</style>