#DAA1FF

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

Shades of Mauve #DAA1FF

Tints of Mauve #DAA1FF

Color information

#DAA1FF (or 0xDAA1FF) is unknown color: approx Mauve. HEX triplet: DA, A1 and FF. RGB value is (218,161,255). Sum of RGB (Red+Green+Blue) = 218+161+255=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA1FF is #255E00. Grayscale: #BCBCBC. Windows color (decimal): -2448897 or 16753114. OLE color: 16753114.

HSL color Cylindrical-coordinate representation of color #DAA1FF: hue angle of 276.38º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAA1FF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218161255-
CMYK0.150.3700
HSL276.38º100%81.57%-
HSV(B)276.38º36.86%100%-
XYZ59.7147.62100.65-
YUV188.76165.38148.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 161 (63.28% from 255) = 25.39%
BLUE value IS 255 (100% from 255) = 40.22%
R=34.38%
G=25.39%
B=40.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181612550.150.3700276.3810081.57
HexDAA1FFF25001146452
Octal332241377174500424144122
Binary11011010101000011111111111111001010010001010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1FF; }

 p { color: rgb(218,161,255); }

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

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

 a { background-color: rgb(218,161,255); }

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

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

 span { border-color: rgb(218,161,255); }

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