#DAA0FF

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

Shades of Mauve #DAA0FF

Tints of Mauve #DAA0FF

Color information

#DAA0FF (or 0xDAA0FF) is unknown color: approx Mauve. HEX triplet: DA, A0 and FF. RGB value is (218,160,255). Sum of RGB (Red+Green+Blue) = 218+160+255=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0FF is #255F00. Grayscale: #BBBBBB. Windows color (decimal): -2449153 or 16752858. OLE color: 16752858.

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

Color convert

RGB218160255-
CMYK0.150.3700
HSL276.63º100%81.37%-
HSV(B)276.63º37.25%100%-
XYZ59.5347.27100.59-
YUV188.17165.72149.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 160 (62.89% from 255) = 25.28%
BLUE value IS 255 (100% from 255) = 40.28%
R=34.44%
G=25.28%
B=40.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181602550.150.3700276.6310081.37
HexDAA0FFF25001156451
Octal332240377174500425144121
Binary11011010101000001111111111111001010010001010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0FF; }

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

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

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

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

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

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

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

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