#E7ACF7

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

Shades of Mauve #E7ACF7

Tints of Mauve #E7ACF7

Color information

#E7ACF7 (or 0xE7ACF7) is unknown color: approx Mauve. HEX triplet: E7, AC and F7. RGB value is (231,172,247). Sum of RGB (Red+Green+Blue) = 231+172+247=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 247 (96.88% from 255 or 38% from 650); Max value from RGB is 247 - color contains mainly: blue. Hex color #E7ACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ACF7 is #185308. Grayscale: #C5C5C5. Windows color (decimal): -1594121 or 16231655. OLE color: 16231655.

HSL color Cylindrical-coordinate representation of color #E7ACF7: hue angle of 287.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7ACF7 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB231172247-
CMYK0.060.3000.03
HSL287.2º82.42%82.16%-
HSV(B)287.2º30.36%96.86%-
XYZ64.553.2194.87-
YUV198.19155.55151.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.54%
GREEN value IS 172 (67.58% from 255) = 26.46%
BLUE value IS 247 (96.88% from 255) = 38%
R=35.54%
G=26.46%
B=38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2311722470.060.3000.03287.282.4282.16
HexE7ACF761E0311f5252
Octal34725436763603437122122
Binary1110011110101100111101111101111001110001111110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACF7; }

 p { color: rgb(231,172,247); }

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

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

 a { background-color: rgb(231,172,247); }

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

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

 span { border-color: rgb(231,172,247); }

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