#DFA1FA

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

Shades of Mauve #DFA1FA

Tints of Mauve #DFA1FA

Color information

#DFA1FA (or 0xDFA1FA) is unknown color: approx Mauve. HEX triplet: DF, A1 and FA. RGB value is (223,161,250). Sum of RGB (Red+Green+Blue) = 223+161+250=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFA1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1FA is #205E05. Grayscale: #BDBDBD. Windows color (decimal): -2121222 or 16425439. OLE color: 16425439.

HSL color Cylindrical-coordinate representation of color #DFA1FA: hue angle of 281.8º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFA1FA is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223161250-
CMYK0.110.3600.02
HSL281.8º89.9%80.59%-
HSV(B)281.8º35.6%98.04%-
XYZ60.4348.0896.54-
YUV189.68162.04151.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 161 (63.28% from 255) = 25.39%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=35.17%
G=25.39%
B=39.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231612500.110.3600.02281.889.980.59
HexDFA1FAB240211a5a51
Octal337241372134402432132121
Binary110111111010000111111010101110010001010001101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1FA; }

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

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

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

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

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

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

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

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