Html Css Color HEX #DAA0FF Mauve

📋 copy color: '#DAA0FF'

red 218 ◦ green 160 ◦ blue 255

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

Shades of Mauve #DAA0FF

Tints of Mauve #DAA0FF

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 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

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

RGB 218 160 255 -
CMYK 0.15 0.37 0 0
HSL 276.63º 1% 0.81% -
HSV(B) 276.63º 0.37% 1% -
XYZ 59.53 47.27 100.59 -
YUV 188.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 218 160 255 0.15 0.37 0 0 276.63 1 0.81
Hex DA A0 FF F 25 0 0 115 64 51
Octal 332 240 377 17 45 0 0 425 144 121
Binary 11011010 10100000 11111111 1111 100101 0 0 100010101 1100100 1010001

Color Harmonies of #DAA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0FF

Black with #DAA0FF

Text Example


Text Example

White with #DAA0FF

Text Example


Text Example

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