#E6AAF7

Color #E6AAF7 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #E6AAF7

Tints of Mauve #E6AAF7

Color information

#E6AAF7 (or 0xE6AAF7) is unknown color: approx Mauve. HEX triplet: E6, AA and F7. RGB value is (230,170,247). Sum of RGB (Red+Green+Blue) = 230+170+247=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 247 - color contains mainly: blue. Hex color #E6AAF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AAF7 is #195508. Grayscale: #C4C4C4. Windows color (decimal): -1660169 or 16231142. OLE color: 16231142.

HSL color Cylindrical-coordinate representation of color #E6AAF7: hue angle of 286.75º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6AAF7 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB230170247-
CMYK0.070.3100.03
HSL286.75º82.8%81.76%-
HSV(B)286.75º31.17%96.86%-
XYZ63.852.2994.73-
YUV196.72156.38151.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 35.55%
GREEN value IS 170 (66.80% from 255) = 26.28%
BLUE value IS 247 (96.88% from 255) = 38.18%
R=35.55%
G=26.28%
B=38.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2301702470.070.3100.03286.7582.881.76
HexE6AAF771F0311f5352
Octal34625236773703437123122
Binary1110011010101010111101111111111101110001111110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AAF7; }

 p { color: rgb(230,170,247); }

 H1.HeaderClassName
 {
   color: #E6AAF7;
 }
 .AnyTagClassName
 {
   color: #E6AAF7;
 }
</style>
background-color css

<style>
 a { background-color: #E6AAF7; }

 a { background-color: rgb(230,170,247); }

 div.DivClassName
 {
   background-color: #E6AAF7;
 }
 .BgClassName
 {
   background-color: #E6AAF7;
 }
</style>
border-color css

<style>
 span { border-color: #E6AAF7; }

 span { border-color: rgb(230,170,247); }

 td.TdClassName
 {
   border-color: #E6AAF7;
 }
 .TagClassName
 {
   border-color: #E6AAF7;
 }
</style>