#DCA0FE

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

Shades of Mauve #DCA0FE

Tints of Mauve #DCA0FE

Color information

#DCA0FE (or 0xDCA0FE) is unknown color: approx Mauve. HEX triplet: DC, A0 and FE. RGB value is (220,160,254). Sum of RGB (Red+Green+Blue) = 220+160+254=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA0FE is #235F01. Grayscale: #BCBCBC. Windows color (decimal): -2318082 or 16687324. OLE color: 16687324.

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

Color convert

RGB220160254-
CMYK0.130.3700.00
HSL278.3º97.92%81.18%-
HSV(B)278.3º37.01%99.61%-
XYZ59.9847.5199.78-
YUV188.66164.88150.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 160 (62.89% from 255) = 25.24%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=34.70%
G=25.24%
B=40.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201602540.130.3700.00278.397.9281.18
HexDCA0FED25001166251
Octal334240376154500426142121
Binary11011100101000001111111011011001010010001011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0FE; }

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

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

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

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

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

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

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

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