Shades of Mauve #E6A6FA
Tints of Mauve #E6A6FA
RGB
CMYK
RGB Variations
Color information
#E6A6FA (or 0xE6A6FA) is known color: Mauve. HEX triplet: E6, A6 and FA. RGB value is (230,166,250). Sum of RGB (Red+Green+Blue) = 230+166+250=646 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.60% from 646); Green value is 166 (65.23% from 255 or 25.70% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6A6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A6FA is #195905. Grayscale: #C2C2C2. Windows color (decimal): -1661190 or 16426726. OLE color: 16426726.
HSL color Cylindrical-coordinate representation of color #E6A6FA: hue angle of 285.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6A6FA is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 166 | 250 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.02 |
| HSL | 285.71º | 0.89% | 0.82% | - |
| HSV(B) | 285.71º | 0.34% | 0.98% | - |
| XYZ | 63.52 | 51 | 96.94 | - |
| YUV | 194.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 250 | 0.08 | 0.34 | 0 | 0.02 | 285.71 | 0.89 | 0.82 |
| Hex | E6 | A6 | FA | 8 | 22 | 0 | 2 | 11E | 59 | 52 |
| Octal | 346 | 246 | 372 | 10 | 42 | 0 | 2 | 436 | 131 | 122 |
| Binary | 11100110 | 10100110 | 11111010 | 1000 | 100010 | 0 | 10 | 100011110 | 1011001 | 1010010 |
Color Harmonies of #E6A6FA
Complementary color
Monochromatic Colors of #E6A6FA
Black with #E6A6FA
Text Example
Text Example
White with #E6A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A6FA; }
p { color: rgb(230,166,250); }
H1.HeaderClassName
{
color: #E6A6FA;
}
.AnyTagClassName
{
color: #E6A6FA;
}
</style>
background-color css
<style>
a { background-color: #E6A6FA; }
a { background-color: rgb(230,166,250); }
div.DivClassName
{
background-color: #E6A6FA;
}
.BgClassName
{
background-color: #E6A6FA;
}
</style>
border-color css
<style>
span { border-color: #E6A6FA; }
span { border-color: rgb(230,166,250); }
td.TdClassName
{
border-color: #E6A6FA;
}
.TagClassName
{
border-color: #E6A6FA;
}
</style>