#E6ACFF

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

Shades of Mauve #E6ACFF

Tints of Mauve #E6ACFF

Color information

#E6ACFF (or 0xE6ACFF) is unknown color: approx Mauve. HEX triplet: E6, AC and FF. RGB value is (230,172,255). Sum of RGB (Red+Green+Blue) = 230+172+255=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6ACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACFF is #195300. Grayscale: #C6C6C6. Windows color (decimal): -1659649 or 16755942. OLE color: 16755942.

HSL color Cylindrical-coordinate representation of color #E6ACFF: hue angle of 281.93º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6ACFF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB230172255-
CMYK0.100.3300
HSL281.93º100%83.73%-
HSV(B)281.93º32.55%100%-
XYZ65.4453.55101.49-
YUV198.8159.72150.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.01%
GREEN value IS 172 (67.58% from 255) = 26.18%
BLUE value IS 255 (100% from 255) = 38.81%
R=35.01%
G=26.18%
B=38.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2301722550.100.3300281.9310083.73
HexE6ACFFA210011a6454
Octal346254377124100432144124
Binary11100110101011001111111110101000010010001101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACFF; }

 p { color: rgb(230,172,255); }

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

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

 a { background-color: rgb(230,172,255); }

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

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

 span { border-color: rgb(230,172,255); }

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