#E6AEF9

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

Shades of Mauve #E6AEF9

Tints of Mauve #E6AEF9

Color information

#E6AEF9 (or 0xE6AEF9) is unknown color: approx Mauve. HEX triplet: E6, AE and F9. RGB value is (230,174,249). Sum of RGB (Red+Green+Blue) = 230+174+249=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6AEF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEF9 is #195106. Grayscale: #C7C7C7. Windows color (decimal): -1659143 or 16363238. OLE color: 16363238.

HSL color Cylindrical-coordinate representation of color #E6AEF9: hue angle of 284.8º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6AEF9 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230174249-
CMYK0.080.3000.02
HSL284.8º86.21%82.94%-
HSV(B)284.8º30.12%97.65%-
XYZ64.8753.9396.61-
YUV199.29156.05149.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.22%
GREEN value IS 174 (68.36% from 255) = 26.65%
BLUE value IS 249 (97.66% from 255) = 38.13%
R=35.22%
G=26.65%
B=38.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301742490.080.3000.02284.886.2182.94
HexE6AEF981E0211d5653
Octal346256371103602435126123
Binary11100110101011101111100110001111001010001110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AEF9; }

 p { color: rgb(230,174,249); }

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

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

 a { background-color: rgb(230,174,249); }

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

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

 span { border-color: rgb(230,174,249); }

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