#DAA3FA

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

Shades of Mauve #DAA3FA

Tints of Mauve #DAA3FA

Color information

#DAA3FA (or 0xDAA3FA) is unknown color: approx Mauve. HEX triplet: DA, A3 and FA. RGB value is (218,163,250). Sum of RGB (Red+Green+Blue) = 218+163+250=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 163 (64.06% from 255 or 25.83% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA3FA is #255C05. Grayscale: #BDBDBD. Windows color (decimal): -2448390 or 16425946. OLE color: 16425946.

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

Color convert

RGB218163250-
CMYK0.130.3500.02
HSL277.93º89.69%80.98%-
HSV(B)277.93º34.8%98.04%-
XYZ59.274896.58-
YUV189.36162.22148.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 163 (64.06% from 255) = 25.83%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=34.55%
G=25.83%
B=39.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181632500.130.3500.02277.9389.6980.98
HexDAA3FAD23021165a51
Octal332243372154302426132121
Binary110110101010001111111010110110001101010001011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA3FA; }

 p { color: rgb(218,163,250); }

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

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

 a { background-color: rgb(218,163,250); }

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

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

 span { border-color: rgb(218,163,250); }

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