#E6ABF3

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

Shades of Mauve #E6ABF3

Tints of Mauve #E6ABF3

Color information

#E6ABF3 (or 0xE6ABF3) is unknown color: approx Mauve. HEX triplet: E6, AB and F3. RGB value is (230,171,243). Sum of RGB (Red+Green+Blue) = 230+171+243=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6ABF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABF3 is #19540C. Grayscale: #C4C4C4. Windows color (decimal): -1659917 or 15969254. OLE color: 15969254.

HSL color Cylindrical-coordinate representation of color #E6ABF3: hue angle of 289.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6ABF3 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230171243-
CMYK0.050.3000.05
HSL289.17º75%81.18%-
HSV(B)289.17º29.63%95.29%-
XYZ63.3752.4291.57-
YUV196.85154.05151.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.71%
GREEN value IS 171 (67.19% from 255) = 26.55%
BLUE value IS 243 (95.31% from 255) = 37.73%
R=35.71%
G=26.55%
B=37.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301712430.050.3000.05289.177581.18
HexE6ABF351E051214b51
Octal34625336353605441113121
Binary11100110101010111111001110111110010110010000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ABF3; }

 p { color: rgb(230,171,243); }

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

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

 a { background-color: rgb(230,171,243); }

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

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

 span { border-color: rgb(230,171,243); }

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