#A34EB1

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

Shades of Deep Lilac #A34EB1

Tints of Deep Lilac #A34EB1

Color information

#A34EB1 (or 0xA34EB1) is unknown color: approx Deep Lilac. HEX triplet: A3, 4E and B1. RGB value is (163,78,177). Sum of RGB (Red+Green+Blue) = 163+78+177=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #A34EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34EB1 is #5CB14E. Grayscale: #727272. Windows color (decimal): -6074703 or 11620003. OLE color: 11620003.

HSL color Cylindrical-coordinate representation of color #A34EB1: hue angle of 291.52º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34EB1 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16378177-
CMYK0.080.5600.31
HSL291.52º38.82%50%-
HSV(B)291.52º55.93%69.41%-
XYZ25.7616.4143.4-
YUV114.7163.16162.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 177 (69.53% from 255) = 42.34%
R=39.00%
G=18.66%
B=42.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163781770.080.5600.31291.5238.8250
HexA34EB183801F1242732
Octal24311626110700374444762
Binary101000111001110101100011000111000011111100100100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34EB1; }

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

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

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

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

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

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

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

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