#a14dba

Color #A14DBA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A14DBA

Tints of Deep Lilac #A14DBA

Color information

#A14DBA (or 0xA14DBA) is unknown color: approx Deep Lilac. HEX triplet: A1, 4D and BA. RGB value is (161,77,186). Sum of RGB (Red+Green+Blue) = 161+77+186=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #A14DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DBA is #5EB245. Grayscale: #727272. Windows color (decimal): -6206022 or 12209569. OLE color: 12209569.

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

Color convert

RGB16177186-
CMYK0.130.5900.27
HSL286.24º44.13%51.57%-
HSV(B)286.24º58.6%72.94%-
XYZ26.2116.4348.24-
YUV114.54168.33161.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 77 (30.47% from 255) = 18.16%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=37.97%
G=18.16%
B=43.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161771860.130.5900.27286.2444.1351.57
HexA14DBAD3B01B11e2c34
Octal24111527215730334365464
Binary101000011001101101110101101111011011011100011110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a14dba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a14dba; }

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

 H1.HeaderClassName
 {
   color: #a14dba;
 }
 .AnyTagClassName
 {
   color: #a14dba;
 }
</style>
background-color css

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

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

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

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

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

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