Html Css Color HEX #DCA0F6 Mauve

📋 copy color: '#DCA0F6'

red 220 ◦ green 160 ◦ blue 246

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

Shades of Mauve #DCA0F6

Tints of Mauve #DCA0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.3%

R = 35.14%
G = 25.56%
B = 39.3%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCA0F6 (or 0xDCA0F6) is known color: Mauve. HEX triplet: DC, A0 and F6. RGB value is (220,160,246). Sum of RGB (Red+Green+Blue) = 220+160+246=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 160 (62.89% from 255 or 25.56% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCA0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA0F6 is #235F09. Grayscale: #BBBBBB. Windows color (decimal): -2318090 or 16163036. OLE color: 16163036.

HSL color Cylindrical-coordinate representation of color #DCA0F6: hue angle of 281.86º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCA0F6 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 160 246 -
CMYK 0.11 0.35 0 0.04
HSL 281.86º 0.83% 0.8% -
HSV(B) 281.86º 0.35% 0.96% -
XYZ 58.72 47.01 93.17 -
YUV 187.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 220 160 246 0.11 0.35 0 0.04 281.86 0.83 0.8
Hex DC A0 F6 B 23 0 4 11A 53 50
Octal 334 240 366 13 43 0 4 432 123 120
Binary 11011100 10100000 11110110 1011 100011 0 100 100011010 1010011 1010000

Color Harmonies of #DCA0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA0F6

Black with #DCA0F6

Text Example


Text Example

White with #DCA0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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