#DFA1FF

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

Shades of Mauve #DFA1FF

Tints of Mauve #DFA1FF

Color information

#DFA1FF (or 0xDFA1FF) is unknown color: approx Mauve. HEX triplet: DF, A1 and FF. RGB value is (223,161,255). Sum of RGB (Red+Green+Blue) = 223+161+255=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1FF is #205E00. Grayscale: #BDBDBD. Windows color (decimal): -2121217 or 16753119. OLE color: 16753119.

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

Color convert

RGB223161255-
CMYK0.130.3700
HSL279.57º100%81.57%-
HSV(B)279.57º36.86%100%-
XYZ61.2348.4100.72-
YUV190.25164.54151.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 161 (63.28% from 255) = 25.20%
BLUE value IS 255 (100% from 255) = 39.91%
R=34.90%
G=25.20%
B=39.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231612550.130.3700279.5710081.57
HexDFA1FFD25001186452
Octal337241377154500430144122
Binary11011111101000011111111111011001010010001100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1FF; }

 p { color: rgb(223,161,255); }

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

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

 a { background-color: rgb(223,161,255); }

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

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

 span { border-color: rgb(223,161,255); }

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