Shades of Mauve #E6AAFD
Tints of Mauve #E6AAFD
RGB
CMYK
RGB Variations
Color information
#E6AAFD (or 0xE6AAFD) is known color: Mauve. HEX triplet: E6, AA and FD. RGB value is (230,170,253). Sum of RGB (Red+Green+Blue) = 230+170+253=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6AAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AAFD is #195502. Grayscale: #C5C5C5. Windows color (decimal): -1660163 or 16624358. OLE color: 16624358.
HSL color Cylindrical-coordinate representation of color #E6AAFD: hue angle of 283.37º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6AAFD is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 170 | 253 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.01 |
| HSL | 283.37º | 0.95% | 0.83% | - |
| HSV(B) | 283.37º | 0.33% | 0.99% | - |
| XYZ | 64.74 | 52.66 | 99.68 | - |
| YUV | 197.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 253 | 0.09 | 0.33 | 0 | 0.01 | 283.37 | 0.95 | 0.83 |
| Hex | E6 | AA | FD | 9 | 21 | 0 | 1 | 11B | 5F | 53 |
| Octal | 346 | 252 | 375 | 11 | 41 | 0 | 1 | 433 | 137 | 123 |
| Binary | 11100110 | 10101010 | 11111101 | 1001 | 100001 | 0 | 1 | 100011011 | 1011111 | 1010011 |
Color Harmonies of #E6AAFD
Complementary color
Monochromatic Colors of #E6AAFD
Black with #E6AAFD
Text Example
Text Example
White with #E6AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AAFD; }
p { color: rgb(230,170,253); }
H1.HeaderClassName
{
color: #E6AAFD;
}
.AnyTagClassName
{
color: #E6AAFD;
}
</style>
background-color css
<style>
a { background-color: #E6AAFD; }
a { background-color: rgb(230,170,253); }
div.DivClassName
{
background-color: #E6AAFD;
}
.BgClassName
{
background-color: #E6AAFD;
}
</style>
border-color css
<style>
span { border-color: #E6AAFD; }
span { border-color: rgb(230,170,253); }
td.TdClassName
{
border-color: #E6AAFD;
}
.TagClassName
{
border-color: #E6AAFD;
}
</style>