Html Css Color HEX #A14ECB Deep Lilac

📋 copy color: '#A14ECB'

red 161 ◦ green 78 ◦ blue 203

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

Shades of Deep Lilac #A14ECB

Tints of Deep Lilac #A14ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 36.43%
G = 17.65%
B = 45.93%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A14ECB (or 0xA14ECB) is known color: Deep Lilac. HEX triplet: A1, 4E and CB. RGB value is (161,78,203). Sum of RGB (Red+Green+Blue) = 161+78+203=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #A14ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14ECB is #5EB134. Grayscale: #747474. Windows color (decimal): -6205749 or 13323937. OLE color: 13323937.

HSL color Cylindrical-coordinate representation of color #A14ECB: hue angle of 279.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A14ECB is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 78 203 -
CMYK 0.21 0.62 0 0.20
HSL 279.84º 0.55% 0.55% -
HSV(B) 279.84º 0.62% 0.8% -
XYZ 28.2 17.34 58.36 -
YUV 117.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 161 78 203 0.21 0.62 0 0.20 279.84 0.55 0.55
Hex A1 4E CB 15 3E 0 14 118 37 37
Octal 241 116 313 25 76 0 24 430 67 67
Binary 10100001 1001110 11001011 10101 111110 0 10100 100011000 110111 110111

Color Harmonies of #A14ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14ECB

Black with #A14ECB

Text Example


Text Example

White with #A14ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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