Html Css Color HEX #DAA1FF Mauve

📋 copy color: '#DAA1FF'

red 218 ◦ green 161 ◦ blue 255

#DAA1FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #DAA1FF

Tints of Mauve #DAA1FF

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 value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAA1FF (or 0xDAA1FF) is known color: 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

RGB 218 161 255 -
CMYK 0.15 0.37 0 0
HSL 276.38º 1% 0.82% -
HSV(B) 276.38º 0.37% 1% -
XYZ 59.71 47.62 100.65 -
YUV 188.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 218 161 255 0.15 0.37 0 0 276.38 1 0.82
Hex DA A1 FF F 25 0 0 114 64 52
Octal 332 241 377 17 45 0 0 424 144 122
Binary 11011010 10100001 11111111 1111 100101 0 0 100010100 1100100 1010010

Color Harmonies of #DAA1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1FF

Black with #DAA1FF

Text Example


Text Example

White with #DAA1FF

Text Example


Text Example

HTML Codes & Css Web 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>