Html Css Color HEX #DCA0FF Mauve

📋 copy color: '#DCA0FF'

red 220 ◦ green 160 ◦ blue 255

#DCA0FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #DCA0FF

Tints of Mauve #DCA0FF

RGB

 RED value IS 220 (86.33% from 255) = 34.65%

 GREEN value IS 160 (62.89% from 255) = 25.2%

 BLUE value IS 255 (100% from 255) = 40.16%

R = 34.65%
G = 25.2%
B = 40.16%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCA0FF (or 0xDCA0FF) is known color: Mauve. HEX triplet: DC, A0 and FF. RGB value is (220,160,255). Sum of RGB (Red+Green+Blue) = 220+160+255=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA0FF is #235F00. Grayscale: #BCBCBC. Windows color (decimal): -2318081 or 16752860. OLE color: 16752860.

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

Color convert

RGB 220 160 255 -
CMYK 0.14 0.37 0 0
HSL 277.89º 1% 0.81% -
HSV(B) 277.89º 0.37% 1% -
XYZ 60.14 47.58 100.62 -
YUV 188.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 220 160 255 0.14 0.37 0 0 277.89 1 0.81
Hex DC A0 FF E 25 0 0 116 64 51
Octal 334 240 377 16 45 0 0 426 144 121
Binary 11011100 10100000 11111111 1110 100101 0 0 100010110 1100100 1010001

Color Harmonies of #DCA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA0FF

Black with #DCA0FF

Text Example


Text Example

White with #DCA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA0FF; }

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

 H1.HeaderClassName
 {
   color: #DCA0FF;
 }
 .AnyTagClassName
 {
   color: #DCA0FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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