#DAA0FA

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

Shades of Mauve #DAA0FA

Tints of Mauve #DAA0FA

Color information

#DAA0FA (or 0xDAA0FA) is unknown color: approx Mauve. HEX triplet: DA, A0 and FA. RGB value is (218,160,250). Sum of RGB (Red+Green+Blue) = 218+160+250=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 160 (62.89% from 255 or 25.48% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0FA is #255F05. Grayscale: #BBBBBB. Windows color (decimal): -2449158 or 16425178. OLE color: 16425178.

HSL color Cylindrical-coordinate representation of color #DAA0FA: hue angle of 278.67º 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 #DAA0FA is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218160250-
CMYK0.130.3600.02
HSL278.67º90%80.39%-
HSV(B)278.67º36%98.04%-
XYZ58.7446.9596.41-
YUV187.6163.22149.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.71%
GREEN value IS 160 (62.89% from 255) = 25.48%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=34.71%
G=25.48%
B=39.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181602500.130.3600.02278.679080.39
HexDAA0FAD24021175a50
Octal332240372154402427132120
Binary110110101010000011111010110110010001010001011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0FA; }

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

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

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

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

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

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

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

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