Html Css Color HEX #A14EC6 Deep Lilac

📋 copy color: '#A14EC6'

red 161 ◦ green 78 ◦ blue 198

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

Shades of Deep Lilac #A14EC6

Tints of Deep Lilac #A14EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.31%

R = 36.84%
G = 17.85%
B = 45.31%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A14EC6 (or 0xA14EC6) is known color: Deep Lilac. HEX triplet: A1, 4E and C6. RGB value is (161,78,198). Sum of RGB (Red+Green+Blue) = 161+78+198=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #A14EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EC6 is #5EB139. Grayscale: #747474. Windows color (decimal): -6205754 or 12996257. OLE color: 12996257.

HSL color Cylindrical-coordinate representation of color #A14EC6: hue angle of 281.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A14EC6 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 78 198 -
CMYK 0.19 0.61 0 0.22
HSL 281.5º 0.51% 0.54% -
HSV(B) 281.5º 0.61% 0.78% -
XYZ 27.62 17.1 55.27 -
YUV 116.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 161 78 198 0.19 0.61 0 0.22 281.5 0.51 0.54
Hex A1 4E C6 13 3D 0 16 11A 33 36
Octal 241 116 306 23 75 0 26 432 63 66
Binary 10100001 1001110 11000110 10011 111101 0 10110 100011010 110011 110110

Color Harmonies of #A14EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14EC6

Black with #A14EC6

Text Example


Text Example

White with #A14EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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