#E6ABF5

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

Shades of Mauve #E6ABF5

Tints of Mauve #E6ABF5

Color information

#E6ABF5 (or 0xE6ABF5) is unknown color: approx Mauve. HEX triplet: E6, AB and F5. RGB value is (230,171,245). Sum of RGB (Red+Green+Blue) = 230+171+245=646 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.60% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6ABF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABF5 is #19540A. Grayscale: #C4C4C4. Windows color (decimal): -1659915 or 16100326. OLE color: 16100326.

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

Color convert

RGB230171245-
CMYK0.060.3000.04
HSL287.84º78.72%81.57%-
HSV(B)287.84º30.2%96.08%-
XYZ63.6852.5493.17-
YUV197.08155.05151.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.60%
GREEN value IS 171 (67.19% from 255) = 26.47%
BLUE value IS 245 (96.09% from 255) = 37.93%
R=35.60%
G=26.47%
B=37.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2301712450.060.3000.04287.8478.7281.57
HexE6ABF561E041204f52
Octal34625336563604440117122
Binary11100110101010111111010111011110010010010000010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ABF5; }

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

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

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

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

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

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

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

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