#DCA0FA

Color #DCA0FA Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DCA0FA

Tints of Mauve #DCA0FA

Color information

#DCA0FA (or 0xDCA0FA) is unknown color: approx Mauve. HEX triplet: DC, A0 and FA. RGB value is (220,160,250). Sum of RGB (Red+Green+Blue) = 220+160+250=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 160 (62.89% from 255 or 25.40% 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 #DCA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA0FA is #235F05. Grayscale: #BBBBBB. Windows color (decimal): -2318086 or 16425180. OLE color: 16425180.

HSL color Cylindrical-coordinate representation of color #DCA0FA: hue angle of 280º 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 #DCA0FA is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220160250-
CMYK0.120.3600.02
HSL280º90%80.39%-
HSV(B)280º36%98.04%-
XYZ59.3447.2696.44-
YUV188.2162.88150.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 160 (62.89% from 255) = 25.40%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=34.92%
G=25.40%
B=39.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201602500.120.3600.022809080.39
HexDCA0FAC24021185a50
Octal334240372144402430132120
Binary110111001010000011111010110010010001010001100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0FA; }

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

 H1.HeaderClassName
 {
   color: #DCA0FA;
 }
 .AnyTagClassName
 {
   color: #DCA0FA;
 }
</style>
background-color css

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

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

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

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

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

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