Shades of Mauve #E6A1FF
Tints of Mauve #E6A1FF
RGB
CMYK
RGB Variations
Color information
#E6A1FF (or 0xE6A1FF) is known color: Mauve. HEX triplet: E6, A1 and FF. RGB value is (230,161,255). Sum of RGB (Red+Green+Blue) = 230+161+255=646 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.60% from 646); Green value is 161 (63.28% from 255 or 24.92% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6A1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A1FF is #195E00. Grayscale: #C0C0C0. Windows color (decimal): -1662465 or 16753126. OLE color: 16753126.
HSL color Cylindrical-coordinate representation of color #E6A1FF: hue angle of 284.04º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6A1FF is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 161 | 255 | - |
| CMYK | 0.10 | 0.37 | 0 | 0 |
| HSL | 284.04º | 1% | 0.82% | - |
| HSV(B) | 284.04º | 0.37% | 1% | - |
| XYZ | 63.43 | 49.53 | 100.83 | - |
| YUV | 192.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 255 | 0.10 | 0.37 | 0 | 0 | 284.04 | 1 | 0.82 |
| Hex | E6 | A1 | FF | A | 25 | 0 | 0 | 11C | 64 | 52 |
| Octal | 346 | 241 | 377 | 12 | 45 | 0 | 0 | 434 | 144 | 122 |
| Binary | 11100110 | 10100001 | 11111111 | 1010 | 100101 | 0 | 0 | 100011100 | 1100100 | 1010010 |
Color Harmonies of #E6A1FF
Complementary color
Monochromatic Colors of #E6A1FF
Black with #E6A1FF
Text Example
Text Example
White with #E6A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A1FF; }
p { color: rgb(230,161,255); }
H1.HeaderClassName
{
color: #E6A1FF;
}
.AnyTagClassName
{
color: #E6A1FF;
}
</style>
background-color css
<style>
a { background-color: #E6A1FF; }
a { background-color: rgb(230,161,255); }
div.DivClassName
{
background-color: #E6A1FF;
}
.BgClassName
{
background-color: #E6A1FF;
}
</style>
border-color css
<style>
span { border-color: #E6A1FF; }
span { border-color: rgb(230,161,255); }
td.TdClassName
{
border-color: #E6A1FF;
}
.TagClassName
{
border-color: #E6A1FF;
}
</style>