Html Css Color HEX #A14ECE Deep Lilac

📋 copy color: '#A14ECE'

red 161 ◦ green 78 ◦ blue 206

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

Shades of Deep Lilac #A14ECE

Tints of Deep Lilac #A14ECE

RGB

 RED value IS 161 (63.28% from 255) = 36.18%

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

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

R = 36.18%
G = 17.53%
B = 46.29%

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

#A14ECE (or 0xA14ECE) is known color: Deep Lilac. HEX triplet: A1, 4E and CE. RGB value is (161,78,206). Sum of RGB (Red+Green+Blue) = 161+78+206=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #A14ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14ECE is #5EB131. Grayscale: #747474. Windows color (decimal): -6205746 or 13520545. OLE color: 13520545.

HSL color Cylindrical-coordinate representation of color #A14ECE: hue angle of 278.91º 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 #A14ECE is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 78 206 -
CMYK 0.22 0.62 0 0.19
HSL 278.91º 0.57% 0.56% -
HSV(B) 278.91º 0.62% 0.81% -
XYZ 28.56 17.48 60.26 -
YUV 117.41 178 159.09 -
System Red Green Blue C M Y K H S L
Decimal 161 78 206 0.22 0.62 0 0.19 278.91 0.57 0.56
Hex A1 4E CE 16 3E 0 13 117 39 38
Octal 241 116 316 26 76 0 23 427 71 70
Binary 10100001 1001110 11001110 10110 111110 0 10011 100010111 111001 111000

Color Harmonies of #A14ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14ECE

Black with #A14ECE

Text Example


Text Example

White with #A14ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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