#E7AFFA

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

Shades of Mauve #E7AFFA

Tints of Mauve #E7AFFA

Color information

#E7AFFA (or 0xE7AFFA) is unknown color: approx Mauve. HEX triplet: E7, AF and FA. RGB value is (231,175,250). Sum of RGB (Red+Green+Blue) = 231+175+250=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7AFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AFFA is #185005. Grayscale: #C8C8C8. Windows color (decimal): -1593350 or 16429031. OLE color: 16429031.

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

Color convert

RGB231175250-
CMYK0.080.300.02
HSL284.8º88.24%83.33%-
HSV(B)284.8º30%98.04%-
XYZ65.5454.5597.52-
YUV200.29156.05149.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 175 (68.75% from 255) = 26.68%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=35.21%
G=26.68%
B=38.11%

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
Decimal2311752500.080.300.02284.888.2483.33
HexE7AFFA81E0211d5853
Octal347257372103602435130123
Binary11100111101011111111101010001111001010001110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFFA; }

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

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

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

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

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

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

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

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