#DAA5FA

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

Shades of Mauve #DAA5FA

Tints of Mauve #DAA5FA

Color information

#DAA5FA (or 0xDAA5FA) is unknown color: approx Mauve. HEX triplet: DA, A5 and FA. RGB value is (218,165,250). Sum of RGB (Red+Green+Blue) = 218+165+250=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA5FA is #255A05. Grayscale: #BEBEBE. Windows color (decimal): -2447878 or 16426458. OLE color: 16426458.

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

Color convert

RGB218165250-
CMYK0.130.3400.02
HSL277.41º89.47%81.37%-
HSV(B)277.41º34%98.04%-
XYZ59.6248.7296.7-
YUV190.54161.56147.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 165 (64.84% from 255) = 26.07%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=34.44%
G=26.07%
B=39.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181652500.130.3400.02277.4189.4781.37
HexDAA5FAD22021155951
Octal332245372154202425131121
Binary110110101010010111111010110110001001010001010110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA5FA; }

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

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

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

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

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

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

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

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