#DAA0F4

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

Shades of Mauve #DAA0F4

Tints of Mauve #DAA0F4

Color information

#DAA0F4 (or 0xDAA0F4) is unknown color: approx Mauve. HEX triplet: DA, A0 and F4. RGB value is (218,160,244). Sum of RGB (Red+Green+Blue) = 218+160+244=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAA0F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0F4 is #255F0B. Grayscale: #BABABA. Windows color (decimal): -2449164 or 16031962. OLE color: 16031962.

HSL color Cylindrical-coordinate representation of color #DAA0F4: hue angle of 281.43º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA0F4 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218160244-
CMYK0.110.3400.04
HSL281.43º79.25%79.22%-
HSV(B)281.43º34.43%95.69%-
XYZ57.8146.5891.53-
YUV186.92160.22150.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 160 (62.89% from 255) = 25.72%
BLUE value IS 244 (95.70% from 255) = 39.23%
R=35.05%
G=25.72%
B=39.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181602440.110.3400.04281.4379.2579.22
HexDAA0F4B22041194f4f
Octal332240364134204431117117
Binary1101101010100000111101001011100010010010001100110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0F4; }

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

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

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

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

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

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

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

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