#E6A9FA

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

Shades of Mauve #E6A9FA

Tints of Mauve #E6A9FA

Color information

#E6A9FA (or 0xE6A9FA) is unknown color: approx Mauve. HEX triplet: E6, A9 and FA. RGB value is (230,169,250). Sum of RGB (Red+Green+Blue) = 230+169+250=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 169 (66.41% from 255 or 26.04% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6A9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A9FA is #195605. Grayscale: #C4C4C4. Windows color (decimal): -1660422 or 16427494. OLE color: 16427494.

HSL color Cylindrical-coordinate representation of color #E6A9FA: hue angle of 285.19º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6A9FA is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230169250-
CMYK0.080.3200.02
HSL285.19º89.01%82.16%-
HSV(B)285.19º32.4%98.04%-
XYZ64.0852.197.12-
YUV196.47158.21151.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.44%
GREEN value IS 169 (66.41% from 255) = 26.04%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=35.44%
G=26.04%
B=38.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301692500.080.3200.02285.1989.0182.16
HexE6A9FA8200211d5952
Octal346251372104002435131122
Binary111001101010100111111010100010000001010001110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A9FA; }

 p { color: rgb(230,169,250); }

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

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

 a { background-color: rgb(230,169,250); }

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

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

 span { border-color: rgb(230,169,250); }

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