#A34EB9

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

Shades of Deep Lilac #A34EB9

Tints of Deep Lilac #A34EB9

Color information

#A34EB9 (or 0xA34EB9) is unknown color: approx Deep Lilac. HEX triplet: A3, 4E and B9. RGB value is (163,78,185). Sum of RGB (Red+Green+Blue) = 163+78+185=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #A34EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34EB9 is #5CB146. Grayscale: #737373. Windows color (decimal): -6074695 or 12144291. OLE color: 12144291.

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

Color convert

RGB16378185-
CMYK0.120.5800.27
HSL287.66º43.32%51.57%-
HSV(B)287.66º57.84%72.55%-
XYZ26.5916.7447.73-
YUV115.61167.16161.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 78 (30.86% from 255) = 18.31%
BLUE value IS 185 (72.66% from 255) = 43.43%
R=38.26%
G=18.31%
B=43.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163781850.120.5800.27287.6643.3251.57
HexA34EB9C3A01B1202b34
Octal24311627114720334405364
Binary101000111001110101110011100111010011011100100000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34EB9; }

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

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

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

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

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

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

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

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