Html Css Color HEX #DCA0FA Mauve

📋 copy color: '#DCA0FA'

red 220 ◦ green 160 ◦ blue 250

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

Shades of Mauve #DCA0FA

Tints of Mauve #DCA0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.68%

R = 34.92%
G = 25.4%
B = 39.68%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCA0FA (or 0xDCA0FA) is known color: Mauve. HEX triplet: DC, A0 and FA. RGB value is (220,160,250). Sum of RGB (Red+Green+Blue) = 220+160+250=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA0FA is #235F05. Grayscale: #BBBBBB. Windows color (decimal): -2318086 or 16425180. OLE color: 16425180.

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

Color convert

RGB 220 160 250 -
CMYK 0.12 0.36 0 0.02
HSL 280º 0.9% 0.8% -
HSV(B) 280º 0.36% 0.98% -
XYZ 59.34 47.26 96.44 -
YUV 188.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 220 160 250 0.12 0.36 0 0.02 280 0.9 0.8
Hex DC A0 FA C 24 0 2 118 5A 50
Octal 334 240 372 14 44 0 2 430 132 120
Binary 11011100 10100000 11111010 1100 100100 0 10 100011000 1011010 1010000

Color Harmonies of #DCA0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA0FA

Black with #DCA0FA

Text Example


Text Example

White with #DCA0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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