#A34EBD

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

Shades of Deep Lilac #A34EBD

Tints of Deep Lilac #A34EBD

Color information

#A34EBD (or 0xA34EBD) is unknown color: approx Deep Lilac. HEX triplet: A3, 4E and BD. RGB value is (163,78,189). Sum of RGB (Red+Green+Blue) = 163+78+189=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #A34EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34EBD is #5CB142. Grayscale: #737373. Windows color (decimal): -6074691 or 12406435. OLE color: 12406435.

HSL color Cylindrical-coordinate representation of color #A34EBD: hue angle of 285.95º 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 #A34EBD is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16378189-
CMYK0.140.5900.26
HSL285.95º45.68%52.35%-
HSV(B)285.95º58.73%74.12%-
XYZ27.0116.9149.98-
YUV116.07169.16161.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 78 (30.86% from 255) = 18.14%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=37.91%
G=18.14%
B=43.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163781890.140.5900.26285.9545.6852.35
HexA34EBDE3B01A11e2e34
Octal24311627516730324365664
Binary101000111001110101111011110111011011010100011110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34EBD; }

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

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

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

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

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

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

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

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