#E6AFFA

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

Shades of Mauve #E6AFFA

Tints of Mauve #E6AFFA

Color information

#E6AFFA (or 0xE6AFFA) is unknown color: approx Mauve. HEX triplet: E6, AF and FA. RGB value is (230,175,250). Sum of RGB (Red+Green+Blue) = 230+175+250=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6AFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFFA is #195005. Grayscale: #C7C7C7. Windows color (decimal): -1658886 or 16429030. OLE color: 16429030.

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

Color convert

RGB230175250-
CMYK0.080.300.02
HSL284º88.24%83.33%-
HSV(B)284º30%98.04%-
XYZ65.2254.3997.5-
YUV200156.22149.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.11%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=35.11%
G=26.72%
B=38.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301752500.080.300.0228488.2483.33
HexE6AFFA81E0211c5853
Octal346257372103602434130123
Binary11100110101011111111101010001111001010001110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFFA; }

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

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

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

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

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

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

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

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