#E6ACFA

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

Shades of Mauve #E6ACFA

Tints of Mauve #E6ACFA

Color information

#E6ACFA (or 0xE6ACFA) is unknown color: approx Mauve. HEX triplet: E6, AC and FA. RGB value is (230,172,250). Sum of RGB (Red+Green+Blue) = 230+172+250=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6ACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACFA is #195305. Grayscale: #C5C5C5. Windows color (decimal): -1659654 or 16428262. OLE color: 16428262.

HSL color Cylindrical-coordinate representation of color #E6ACFA: hue angle of 284.62º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6ACFA is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230172250-
CMYK0.080.3100.02
HSL284.62º88.64%82.75%-
HSV(B)284.62º31.2%98.04%-
XYZ64.6453.2397.31-
YUV198.23157.22150.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.28%
GREEN value IS 172 (67.58% from 255) = 26.38%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=35.28%
G=26.38%
B=38.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301722500.080.3100.02284.6288.6482.75
HexE6ACFA81F0211d5953
Octal346254372103702435131123
Binary11100110101011001111101010001111101010001110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACFA; }

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

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

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

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

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

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

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

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