#E6AFF0

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

Shades of Mauve #E6AFF0

Tints of Mauve #E6AFF0

Color information

#E6AFF0 (or 0xE6AFF0) is unknown color: approx Mauve. HEX triplet: E6, AF and F0. RGB value is (230,175,240). Sum of RGB (Red+Green+Blue) = 230+175+240=645 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.66% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6AFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFF0 is #19500F. Grayscale: #C6C6C6. Windows color (decimal): -1658896 or 15773670. OLE color: 15773670.

HSL color Cylindrical-coordinate representation of color #E6AFF0: hue angle of 290.77º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6AFF0 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230175240-
CMYK0.040.2700.06
HSL290.77º68.42%81.37%-
HSV(B)290.77º27.08%94.12%-
XYZ63.6953.7789.46-
YUV198.86151.22150.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.66%
GREEN value IS 175 (68.75% from 255) = 27.13%
BLUE value IS 240 (94.14% from 255) = 37.21%
R=35.66%
G=27.13%
B=37.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301752400.040.2700.06290.7768.4281.37
HexE6AFF041B061234451
Octal34625736043306443104121
Binary11100110101011111111000010011011011010010001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFF0; }

 p { color: rgb(230,175,240); }

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

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

 a { background-color: rgb(230,175,240); }

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

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

 span { border-color: rgb(230,175,240); }

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