Html Css Color HEX #A14EC9 Deep Lilac

📋 copy color: '#A14EC9'

red 161 ◦ green 78 ◦ blue 201

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

Shades of Deep Lilac #A14EC9

Tints of Deep Lilac #A14EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.68%

R = 36.59%
G = 17.73%
B = 45.68%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A14EC9 (or 0xA14EC9) is known color: Deep Lilac. HEX triplet: A1, 4E and C9. RGB value is (161,78,201). Sum of RGB (Red+Green+Blue) = 161+78+201=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #A14EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EC9 is #5EB136. Grayscale: #747474. Windows color (decimal): -6205751 or 13192865. OLE color: 13192865.

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

Color convert

RGB 161 78 201 -
CMYK 0.20 0.61 0 0.21
HSL 280.49º 0.53% 0.55% -
HSV(B) 280.49º 0.61% 0.79% -
XYZ 27.96 17.24 57.11 -
YUV 116.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 161 78 201 0.20 0.61 0 0.21 280.49 0.53 0.55
Hex A1 4E C9 14 3D 0 15 118 35 37
Octal 241 116 311 24 75 0 25 430 65 67
Binary 10100001 1001110 11001001 10100 111101 0 10101 100011000 110101 110111

Color Harmonies of #A14EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14EC9

Black with #A14EC9

Text Example


Text Example

White with #A14EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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