#E6ACF8

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

Shades of Mauve #E6ACF8

Tints of Mauve #E6ACF8

Color information

#E6ACF8 (or 0xE6ACF8) is unknown color: approx Mauve. HEX triplet: E6, AC and F8. RGB value is (230,172,248). Sum of RGB (Red+Green+Blue) = 230+172+248=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #E6ACF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACF8 is #195307. Grayscale: #C5C5C5. Windows color (decimal): -1659656 or 16297190. OLE color: 16297190.

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

Color convert

RGB230172248-
CMYK0.070.3100.03
HSL285.79º84.44%82.35%-
HSV(B)285.79º30.65%97.25%-
XYZ64.3353.1195.67-
YUV198.01156.22150.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.38%
GREEN value IS 172 (67.58% from 255) = 26.46%
BLUE value IS 248 (97.27% from 255) = 38.15%
R=35.38%
G=26.46%
B=38.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2301722480.070.3100.03285.7984.4482.35
HexE6ACF871F0311e5452
Octal34625437073703436124122
Binary1110011010101100111110001111111101110001111010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACF8; }

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

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

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

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

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

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

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

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