Html Css Color HEX #DAA2FA Mauve

📋 copy color: '#DAA2FA'

red 218 ◦ green 162 ◦ blue 250

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

Shades of Mauve #DAA2FA

Tints of Mauve #DAA2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.71%

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

R = 34.6%
G = 25.71%
B = 39.68%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAA2FA (or 0xDAA2FA) is known color: Mauve. HEX triplet: DA, A2 and FA. RGB value is (218,162,250). Sum of RGB (Red+Green+Blue) = 218+162+250=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 162 (63.67% from 255 or 25.71% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA2FA is #255D05. Grayscale: #BCBCBC. Windows color (decimal): -2448646 or 16425690. OLE color: 16425690.

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

Color convert

RGB 218 162 250 -
CMYK 0.13 0.35 0 0.02
HSL 278.18º 0.9% 0.81% -
HSV(B) 278.18º 0.35% 0.98% -
XYZ 59.09 47.65 96.53 -
YUV 188.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 218 162 250 0.13 0.35 0 0.02 278.18 0.9 0.81
Hex DA A2 FA D 23 0 2 116 5A 51
Octal 332 242 372 15 43 0 2 426 132 121
Binary 11011010 10100010 11111010 1101 100011 0 10 100010110 1011010 1010001

Color Harmonies of #DAA2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA2FA

Black with #DAA2FA

Text Example


Text Example

White with #DAA2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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