#E6A7FC

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

Shades of Mauve #E6A7FC

Tints of Mauve #E6A7FC

Color information

#E6A7FC (or 0xE6A7FC) is unknown color: approx Mauve. HEX triplet: E6, A7 and FC. RGB value is (230,167,252). Sum of RGB (Red+Green+Blue) = 230+167+252=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 167 (65.62% from 255 or 25.73% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6A7FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A7FC is #195803. Grayscale: #C3C3C3. Windows color (decimal): -1660932 or 16558054. OLE color: 16558054.

HSL color Cylindrical-coordinate representation of color #E6A7FC: hue angle of 284.47º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6A7FC is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230167252-
CMYK0.090.3400.01
HSL284.47º93.41%82.16%-
HSV(B)284.47º33.73%98.82%-
XYZ64.0251.4998.66-
YUV195.53159.87152.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.44%
GREEN value IS 167 (65.62% from 255) = 25.73%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=35.44%
G=25.73%
B=38.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301672520.090.3400.01284.4793.4182.16
HexE6A7FC9220111c5d52
Octal346247374114201434135122
Binary11100110101001111111110010011000100110001110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A7FC; }

 p { color: rgb(230,167,252); }

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

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

 a { background-color: rgb(230,167,252); }

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

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

 span { border-color: rgb(230,167,252); }

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