Shades of Mauve #E6AFFF
Tints of Mauve #E6AFFF
RGB
CMYK
RGB Variations
Color information
#E6AFFF (or 0xE6AFFF) is known color: Mauve. HEX triplet: E6, AF and FF. RGB value is (230,175,255). Sum of RGB (Red+Green+Blue) = 230+175+255=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 175 (68.75% from 255 or 26.52% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6AFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFFF is #195000. Grayscale: #C8C8C8. Windows color (decimal): -1658881 or 16756710. OLE color: 16756710.
HSL color Cylindrical-coordinate representation of color #E6AFFF: hue angle of 281.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6AFFF is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 175 | 255 | - |
| CMYK | 0.10 | 0.31 | 0 | 0 |
| HSL | 281.25º | 1% | 0.84% | - |
| HSV(B) | 281.25º | 0.31% | 1% | - |
| XYZ | 66.01 | 54.7 | 101.69 | - |
| YUV | 200.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 255 | 0.10 | 0.31 | 0 | 0 | 281.25 | 1 | 0.84 |
| Hex | E6 | AF | FF | A | 1F | 0 | 0 | 119 | 64 | 54 |
| Octal | 346 | 257 | 377 | 12 | 37 | 0 | 0 | 431 | 144 | 124 |
| Binary | 11100110 | 10101111 | 11111111 | 1010 | 11111 | 0 | 0 | 100011001 | 1100100 | 1010100 |
Color Harmonies of #E6AFFF
Complementary color
Monochromatic Colors of #E6AFFF
Black with #E6AFFF
Text Example
Text Example
White with #E6AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFFF; }
p { color: rgb(230,175,255); }
H1.HeaderClassName
{
color: #E6AFFF;
}
.AnyTagClassName
{
color: #E6AFFF;
}
</style>
background-color css
<style>
a { background-color: #E6AFFF; }
a { background-color: rgb(230,175,255); }
div.DivClassName
{
background-color: #E6AFFF;
}
.BgClassName
{
background-color: #E6AFFF;
}
</style>
border-color css
<style>
span { border-color: #E6AFFF; }
span { border-color: rgb(230,175,255); }
td.TdClassName
{
border-color: #E6AFFF;
}
.TagClassName
{
border-color: #E6AFFF;
}
</style>