Shades of Medium Red Violet #A8468E
Tints of Medium Red Violet #A8468E
RGB
CMYK
RGB Variations
Color information
#A8468E (or 0xA8468E) is known color: Medium Red Violet. HEX triplet: A8, 46 and 8E. RGB value is (168,70,142). Sum of RGB (Red+Green+Blue) = 168+70+142=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8468E is #57B971. Grayscale: #6B6B6B. Windows color (decimal): -5749106 or 9324200. OLE color: 9324200.
HSL color Cylindrical-coordinate representation of color #A8468E: hue angle of 315.92º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8468E is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 142 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.34 |
| HSL | 315.92º | 0.41% | 0.47% | - |
| HSV(B) | 315.92º | 0.58% | 0.66% | - |
| XYZ | 23.22 | 14.66 | 27.2 | - |
| YUV | 107.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 142 | 0 | 0.58 | 0.15 | 0.34 | 315.92 | 0.41 | 0.47 |
| Hex | A8 | 46 | 8E | 0 | 3A | F | 22 | 13C | 29 | 2F |
| Octal | 250 | 106 | 216 | 0 | 72 | 17 | 42 | 474 | 51 | 57 |
| Binary | 10101000 | 1000110 | 10001110 | 0 | 111010 | 1111 | 100010 | 100111100 | 101001 | 101111 |
Color Harmonies of #A8468E
Complementary color
Monochromatic Colors of #A8468E
Black with #A8468E
Text Example
Text Example
White with #A8468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8468E; }
p { color: rgb(168,70,142); }
H1.HeaderClassName
{
color: #A8468E;
}
.AnyTagClassName
{
color: #A8468E;
}
</style>
background-color css
<style>
a { background-color: #A8468E; }
a { background-color: rgb(168,70,142); }
div.DivClassName
{
background-color: #A8468E;
}
.BgClassName
{
background-color: #A8468E;
}
</style>
border-color css
<style>
span { border-color: #A8468E; }
span { border-color: rgb(168,70,142); }
td.TdClassName
{
border-color: #A8468E;
}
.TagClassName
{
border-color: #A8468E;
}
</style>