Html Css Color HEX #A04ECE Deep Lilac

📋 copy color: '#A04ECE'

red 160 ◦ green 78 ◦ blue 206

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

Shades of Deep Lilac #A04ECE

Tints of Deep Lilac #A04ECE

RGB

 RED value IS 160 (62.89% from 255) = 36.04%

 GREEN value IS 78 (30.86% from 255) = 17.57%

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 36.04%
G = 17.57%
B = 46.4%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A04ECE (or 0xA04ECE) is known color: Deep Lilac. HEX triplet: A0, 4E and CE. RGB value is (160,78,206). Sum of RGB (Red+Green+Blue) = 160+78+206=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #A04ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04ECE is #5FB131. Grayscale: #747474. Windows color (decimal): -6271282 or 13520544. OLE color: 13520544.

HSL color Cylindrical-coordinate representation of color #A04ECE: hue angle of 278.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A04ECE is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 78 206 -
CMYK 0.22 0.62 0 0.19
HSL 278.44º 0.57% 0.56% -
HSV(B) 278.44º 0.62% 0.81% -
XYZ 28.36 17.38 60.25 -
YUV 117.11 178.17 158.59 -
System Red Green Blue C M Y K H S L
Decimal 160 78 206 0.22 0.62 0 0.19 278.44 0.57 0.56
Hex A0 4E CE 16 3E 0 13 116 39 38
Octal 240 116 316 26 76 0 23 426 71 70
Binary 10100000 1001110 11001110 10110 111110 0 10011 100010110 111001 111000

Color Harmonies of #A04ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04ECE

Black with #A04ECE

Text Example


Text Example

White with #A04ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04ECE; }

 p { color: rgb(160,78,206); }

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

background-color css

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

 a { background-color: rgb(160,78,206); }

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

border-color css

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

 span { border-color: rgb(160,78,206); }

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