#DCA1FF

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

Shades of Mauve #DCA1FF

Tints of Mauve #DCA1FF

Color information

#DCA1FF (or 0xDCA1FF) is unknown color: approx Mauve. HEX triplet: DC, A1 and FF. RGB value is (220,161,255). Sum of RGB (Red+Green+Blue) = 220+161+255=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA1FF is #235E00. Grayscale: #BDBDBD. Windows color (decimal): -2317825 or 16753116. OLE color: 16753116.

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

Color convert

RGB220161255-
CMYK0.140.3700
HSL277.66º100%81.57%-
HSV(B)277.66º36.86%100%-
XYZ60.3147.93100.68-
YUV189.36165.05149.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 161 (63.28% from 255) = 25.31%
BLUE value IS 255 (100% from 255) = 40.09%
R=34.59%
G=25.31%
B=40.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201612550.140.3700277.6610081.57
HexDCA1FFE25001166452
Octal334241377164500426144122
Binary11011100101000011111111111101001010010001011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1FF; }

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

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

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

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

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

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

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

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