#E6AAFA

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

Shades of Mauve #E6AAFA

Tints of Mauve #E6AAFA

Color information

#E6AAFA (or 0xE6AAFA) is unknown color: approx Mauve. HEX triplet: E6, AA and FA. RGB value is (230,170,250). Sum of RGB (Red+Green+Blue) = 230+170+250=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6AAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AAFA is #195505. Grayscale: #C4C4C4. Windows color (decimal): -1660166 or 16427750. OLE color: 16427750.

HSL color Cylindrical-coordinate representation of color #E6AAFA: hue angle of 285º 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 #E6AAFA is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230170250-
CMYK0.080.3200.02
HSL285º88.89%82.35%-
HSV(B)285º32%98.04%-
XYZ64.2652.4797.18-
YUV197.06157.88151.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.38%
GREEN value IS 170 (66.80% from 255) = 26.15%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=35.38%
G=26.15%
B=38.46%

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
Decimal2301702500.080.3200.0228588.8982.35
HexE6AAFA8200211d5952
Octal346252372104002435131122
Binary111001101010101011111010100010000001010001110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AAFA; }

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

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

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

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

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

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

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

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