Html Css Color HEX #DAA0FA Mauve

📋 copy color: '#DAA0FA'

red 218 ◦ green 160 ◦ blue 250

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

Shades of Mauve #DAA0FA

Tints of Mauve #DAA0FA

RGB

 RED value IS 218 (85.55% from 255) = 34.71%

 GREEN value IS 160 (62.89% from 255) = 25.48%

 BLUE value IS 250 (98.05% from 255) = 39.81%

R = 34.71%
G = 25.48%
B = 39.81%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAA0FA (or 0xDAA0FA) is known color: Mauve. HEX triplet: DA, A0 and FA. RGB value is (218,160,250). Sum of RGB (Red+Green+Blue) = 218+160+250=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 160 (62.89% from 255 or 25.48% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0FA is #255F05. Grayscale: #BBBBBB. Windows color (decimal): -2449158 or 16425178. OLE color: 16425178.

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

Color convert

RGB 218 160 250 -
CMYK 0.13 0.36 0 0.02
HSL 278.67º 0.9% 0.8% -
HSV(B) 278.67º 0.36% 0.98% -
XYZ 58.74 46.95 96.41 -
YUV 187.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 218 160 250 0.13 0.36 0 0.02 278.67 0.9 0.8
Hex DA A0 FA D 24 0 2 117 5A 50
Octal 332 240 372 15 44 0 2 427 132 120
Binary 11011010 10100000 11111010 1101 100100 0 10 100010111 1011010 1010000

Color Harmonies of #DAA0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0FA

Black with #DAA0FA

Text Example


Text Example

White with #DAA0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0FA; }

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

 H1.HeaderClassName
 {
   color: #DAA0FA;
 }
 .AnyTagClassName
 {
   color: #DAA0FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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