Html Css Color HEX #A14EB3 Deep Lilac

📋 copy color: '#A14EB3'

red 161 ◦ green 78 ◦ blue 179

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

Shades of Deep Lilac #A14EB3

Tints of Deep Lilac #A14EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.82%

R = 38.52%
G = 18.66%
B = 42.82%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A14EB3 (or 0xA14EB3) is known color: Deep Lilac. HEX triplet: A1, 4E and B3. RGB value is (161,78,179). Sum of RGB (Red+Green+Blue) = 161+78+179=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #A14EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EB3 is #5EB14C. Grayscale: #727272. Windows color (decimal): -6205773 or 11751073. OLE color: 11751073.

HSL color Cylindrical-coordinate representation of color #A14EB3: hue angle of 289.31º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A14EB3 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 78 179 -
CMYK 0.10 0.56 0 0.30
HSL 289.31º 0.4% 0.5% -
HSV(B) 289.31º 0.56% 0.7% -
XYZ 25.56 16.28 44.44 -
YUV 114.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 161 78 179 0.10 0.56 0 0.30 289.31 0.4 0.5
Hex A1 4E B3 A 38 0 1E 121 28 32
Octal 241 116 263 12 70 0 36 441 50 62
Binary 10100001 1001110 10110011 1010 111000 0 11110 100100001 101000 110010

Color Harmonies of #A14EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14EB3

Black with #A14EB3

Text Example


Text Example

White with #A14EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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