#DFA7FA

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

Shades of Mauve #DFA7FA

Tints of Mauve #DFA7FA

Color information

#DFA7FA (or 0xDFA7FA) is unknown color: approx Mauve. HEX triplet: DF, A7 and FA. RGB value is (223,167,250). Sum of RGB (Red+Green+Blue) = 223+167+250=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7FA is #205805. Grayscale: #C0C0C0. Windows color (decimal): -2119686 or 16426975. OLE color: 16426975.

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

Color convert

RGB223167250-
CMYK0.110.3300.02
HSL280.48º89.25%81.76%-
HSV(B)280.48º33.2%98.04%-
XYZ61.5150.2396.9-
YUV193.21160.05149.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 167 (65.62% from 255) = 26.09%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=34.84%
G=26.09%
B=39.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231672500.110.3300.02280.4889.2581.76
HexDFA7FAB21021185952
Octal337247372134102430131122
Binary110111111010011111111010101110000101010001100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA7FA; }

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

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

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

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

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

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

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

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