#DFA0FA

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

Shades of Mauve #DFA0FA

Tints of Mauve #DFA0FA

Color information

#DFA0FA (or 0xDFA0FA) is unknown color: approx Mauve. HEX triplet: DF, A0 and FA. RGB value is (223,160,250). Sum of RGB (Red+Green+Blue) = 223+160+250=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA0FA is #205F05. Grayscale: #BCBCBC. Windows color (decimal): -2121478 or 16425183. OLE color: 16425183.

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

Color convert

RGB223160250-
CMYK0.110.3600.02
HSL282º90%80.39%-
HSV(B)282º36%98.04%-
XYZ60.2647.7396.48-
YUV189.1162.37152.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 160 (62.89% from 255) = 25.28%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=35.23%
G=25.28%
B=39.49%

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
Decimal2231602500.110.3600.022829080.39
HexDFA0FAB240211a5a50
Octal337240372134402432132120
Binary110111111010000011111010101110010001010001101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0FA; }

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

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

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

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

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

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

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

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