#DFA3FF

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

Shades of Mauve #DFA3FF

Tints of Mauve #DFA3FF

Color information

#DFA3FF (or 0xDFA3FF) is unknown color: approx Mauve. HEX triplet: DF, A3 and FF. RGB value is (223,163,255). Sum of RGB (Red+Green+Blue) = 223+163+255=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 163 (64.06% from 255 or 25.43% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA3FF is #205C00. Grayscale: #BFBFBF. Windows color (decimal): -2120705 or 16753631. OLE color: 16753631.

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

Color convert

RGB223163255-
CMYK0.130.3600
HSL279.13º100%81.96%-
HSV(B)279.13º36.08%100%-
XYZ61.5849.1100.84-
YUV191.43163.88150.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 163 (64.06% from 255) = 25.43%
BLUE value IS 255 (100% from 255) = 39.78%
R=34.79%
G=25.43%
B=39.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231632550.130.3600279.1310081.96
HexDFA3FFD24001176452
Octal337243377154400427144122
Binary11011111101000111111111111011001000010001011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA3FF; }

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

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

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

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

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

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

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

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