Html Css Color HEX #A14EBD Deep Lilac

📋 copy color: '#A14EBD'

red 161 ◦ green 78 ◦ blue 189

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

Shades of Deep Lilac #A14EBD

Tints of Deep Lilac #A14EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.16%

R = 37.62%
G = 18.22%
B = 44.16%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A14EBD (or 0xA14EBD) is known color: Deep Lilac. HEX triplet: A1, 4E and BD. RGB value is (161,78,189). Sum of RGB (Red+Green+Blue) = 161+78+189=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #A14EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EBD is #5EB142. Grayscale: #737373. Windows color (decimal): -6205763 or 12406433. OLE color: 12406433.

HSL color Cylindrical-coordinate representation of color #A14EBD: hue angle of 284.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A14EBD is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 78 189 -
CMYK 0.15 0.59 0 0.26
HSL 284.86º 0.46% 0.52% -
HSV(B) 284.86º 0.59% 0.74% -
XYZ 26.61 16.7 49.97 -
YUV 115.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 161 78 189 0.15 0.59 0 0.26 284.86 0.46 0.52
Hex A1 4E BD F 3B 0 1A 11D 2E 34
Octal 241 116 275 17 73 0 32 435 56 64
Binary 10100001 1001110 10111101 1111 111011 0 11010 100011101 101110 110100

Color Harmonies of #A14EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14EBD

Black with #A14EBD

Text Example


Text Example

White with #A14EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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