Shades of Medium Red Violet #A8269E
Tints of Medium Red Violet #A8269E
RGB
CMYK
RGB Variations
Color information
#A8269E (or 0xA8269E) is known color: Medium Red Violet. HEX triplet: A8, 26 and 9E. RGB value is (168,38,158). Sum of RGB (Red+Green+Blue) = 168+38+158=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A8269E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8269E is #57D961. Grayscale: #5A5A5A. Windows color (decimal): -5757282 or 10364584. OLE color: 10364584.
HSL color Cylindrical-coordinate representation of color #A8269E: hue angle of 304.62º 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 #A8269E is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 158 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.34 |
| HSL | 304.62º | 0.63% | 0.4% | - |
| HSV(B) | 304.62º | 0.77% | 0.66% | - |
| XYZ | 23.01 | 12.18 | 33.49 | - |
| YUV | 90.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 158 | 0 | 0.77 | 0.06 | 0.34 | 304.62 | 0.63 | 0.4 |
| Hex | A8 | 26 | 9E | 0 | 4D | 6 | 22 | 131 | 3F | 28 |
| Octal | 250 | 46 | 236 | 0 | 115 | 6 | 42 | 461 | 77 | 50 |
| Binary | 10101000 | 100110 | 10011110 | 0 | 1001101 | 110 | 100010 | 100110001 | 111111 | 101000 |
Color Harmonies of #A8269E
Complementary color
Monochromatic Colors of #A8269E
Black with #A8269E
Text Example
Text Example
White with #A8269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8269E; }
p { color: rgb(168,38,158); }
H1.HeaderClassName
{
color: #A8269E;
}
.AnyTagClassName
{
color: #A8269E;
}
</style>
background-color css
<style>
a { background-color: #A8269E; }
a { background-color: rgb(168,38,158); }
div.DivClassName
{
background-color: #A8269E;
}
.BgClassName
{
background-color: #A8269E;
}
</style>
border-color css
<style>
span { border-color: #A8269E; }
span { border-color: rgb(168,38,158); }
td.TdClassName
{
border-color: #A8269E;
}
.TagClassName
{
border-color: #A8269E;
}
</style>