#A34EB3

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

Shades of Deep Lilac #A34EB3

Tints of Deep Lilac #A34EB3

Color information

#A34EB3 (or 0xA34EB3) is unknown color: approx Deep Lilac. HEX triplet: A3, 4E and B3. RGB value is (163,78,179). Sum of RGB (Red+Green+Blue) = 163+78+179=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #A34EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34EB3 is #5CB14C. Grayscale: #727272. Windows color (decimal): -6074701 or 11751075. OLE color: 11751075.

HSL color Cylindrical-coordinate representation of color #A34EB3: hue angle of 290.5º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34EB3 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16378179-
CMYK0.090.5600.30
HSL290.5º39.92%50.39%-
HSV(B)290.5º56.42%70.2%-
XYZ25.9716.4944.46-
YUV114.93164.16162.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 78 (30.86% from 255) = 18.57%
BLUE value IS 179 (70.31% from 255) = 42.62%
R=38.81%
G=18.57%
B=42.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal163781790.090.5600.30290.539.9250.39
HexA34EB393801E1222832
Octal24311626311700364425062
Binary101000111001110101100111001111000011110100100010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34EB3; }

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

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

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

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

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

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

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

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