#DCA5FA

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

Shades of Mauve #DCA5FA

Tints of Mauve #DCA5FA

Color information

#DCA5FA (or 0xDCA5FA) is unknown color: approx Mauve. HEX triplet: DC, A5 and FA. RGB value is (220,165,250). Sum of RGB (Red+Green+Blue) = 220+165+250=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 165 (64.84% from 255 or 25.98% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA5FA is #235A05. Grayscale: #BEBEBE. Windows color (decimal): -2316806 or 16426460. OLE color: 16426460.

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

Color convert

RGB220165250-
CMYK0.120.3400.02
HSL278.82º89.47%81.37%-
HSV(B)278.82º34%98.04%-
XYZ60.2349.0396.73-
YUV191.14161.22148.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 165 (64.84% from 255) = 25.98%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=34.65%
G=25.98%
B=39.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201652500.120.3400.02278.8289.4781.37
HexDCA5FAC22021175951
Octal334245372144202427131121
Binary110111001010010111111010110010001001010001011110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5FA; }

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

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

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

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

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

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

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

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