Html Css Color HEX #DCA1FA Mauve

📋 copy color: '#DCA1FA'

red 220 ◦ green 161 ◦ blue 250

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

Shades of Mauve #DCA1FA

Tints of Mauve #DCA1FA

RGB

 RED value IS 220 (86.33% from 255) = 34.87%

 GREEN value IS 161 (63.28% from 255) = 25.52%

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

R = 34.87%
G = 25.52%
B = 39.62%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCA1FA (or 0xDCA1FA) is known color: Mauve. HEX triplet: DC, A1 and FA. RGB value is (220,161,250). Sum of RGB (Red+Green+Blue) = 220+161+250=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 161 (63.28% from 255 or 25.52% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCA1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA1FA is #235E05. Grayscale: #BCBCBC. Windows color (decimal): -2317830 or 16425436. OLE color: 16425436.

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

Color convert

RGB 220 161 250 -
CMYK 0.12 0.36 0 0.02
HSL 279.78º 0.9% 0.81% -
HSV(B) 279.78º 0.36% 0.98% -
XYZ 59.52 47.61 96.49 -
YUV 188.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 220 161 250 0.12 0.36 0 0.02 279.78 0.9 0.81
Hex DC A1 FA C 24 0 2 118 5A 51
Octal 334 241 372 14 44 0 2 430 132 121
Binary 11011100 10100001 11111010 1100 100100 0 10 100011000 1011010 1010001

Color Harmonies of #DCA1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA1FA

Black with #DCA1FA

Text Example


Text Example

White with #DCA1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA1FA; }

 p { color: rgb(220,161,250); }

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

background-color css

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

 a { background-color: rgb(220,161,250); }

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

border-color css

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

 span { border-color: rgb(220,161,250); }

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