#DCA2FF

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

Shades of Mauve #DCA2FF

Tints of Mauve #DCA2FF

Color information

#DCA2FF (or 0xDCA2FF) is unknown color: approx Mauve. HEX triplet: DC, A2 and FF. RGB value is (220,162,255). Sum of RGB (Red+Green+Blue) = 220+162+255=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 162 (63.67% from 255 or 25.43% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA2FF is #235D00. Grayscale: #BDBDBD. Windows color (decimal): -2317569 or 16753372. OLE color: 16753372.

HSL color Cylindrical-coordinate representation of color #DCA2FF: hue angle of 277.42º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCA2FF is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220162255-
CMYK0.140.3600
HSL277.42º100%81.76%-
HSV(B)277.42º36.47%100%-
XYZ60.4948.28100.74-
YUV189.94164.72149.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 162 (63.67% from 255) = 25.43%
BLUE value IS 255 (100% from 255) = 40.03%
R=34.54%
G=25.43%
B=40.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201622550.140.3600277.4210081.76
HexDCA2FFE24001156452
Octal334242377164400425144122
Binary11011100101000101111111111101001000010001010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2FF; }

 p { color: rgb(220,162,255); }

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

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

 a { background-color: rgb(220,162,255); }

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

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

 span { border-color: rgb(220,162,255); }

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