Html Css Color HEX #A14EBA Deep Lilac

📋 copy color: '#A14EBA'

red 161 ◦ green 78 ◦ blue 186

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

Shades of Deep Lilac #A14EBA

Tints of Deep Lilac #A14EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 37.88%
G = 18.35%
B = 43.76%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A14EBA (or 0xA14EBA) is known color: Deep Lilac. HEX triplet: A1, 4E and BA. RGB value is (161,78,186). Sum of RGB (Red+Green+Blue) = 161+78+186=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #A14EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EBA is #5EB145. Grayscale: #727272. Windows color (decimal): -6205766 or 12209825. OLE color: 12209825.

HSL color Cylindrical-coordinate representation of color #A14EBA: hue angle of 286.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14EBA is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 78 186 -
CMYK 0.13 0.58 0 0.27
HSL 286.11º 0.44% 0.52% -
HSV(B) 286.11º 0.58% 0.73% -
XYZ 26.29 16.57 48.27 -
YUV 115.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 161 78 186 0.13 0.58 0 0.27 286.11 0.44 0.52
Hex A1 4E BA D 3A 0 1B 11E 2C 34
Octal 241 116 272 15 72 0 33 436 54 64
Binary 10100001 1001110 10111010 1101 111010 0 11011 100011110 101100 110100

Color Harmonies of #A14EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14EBA

Black with #A14EBA

Text Example


Text Example

White with #A14EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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