#A34CB6

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

Shades of Deep Lilac #A34CB6

Tints of Deep Lilac #A34CB6

Color information

#A34CB6 (or 0xA34CB6) is unknown color: approx Deep Lilac. HEX triplet: A3, 4C and B6. RGB value is (163,76,182). Sum of RGB (Red+Green+Blue) = 163+76+182=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 182 - color contains mainly: blue. Hex color #A34CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CB6 is #5CB349. Grayscale: #717171. Windows color (decimal): -6075210 or 11947171. OLE color: 11947171.

HSL color Cylindrical-coordinate representation of color #A34CB6: hue angle of 289.25º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34CB6 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16376182-
CMYK0.100.5800.29
HSL289.25º42.06%50.59%-
HSV(B)289.25º58.24%71.37%-
XYZ26.1316.3346.03-
YUV114.1166.32162.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.72%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 182 (71.48% from 255) = 43.23%
R=38.72%
G=18.05%
B=43.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163761820.100.5800.29289.2542.0650.59
HexA34CB6A3A01D1212a33
Octal24311426612720354415263
Binary101000111001100101101101010111010011101100100001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34CB6; }

 p { color: rgb(163,76,182); }

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

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

 a { background-color: rgb(163,76,182); }

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

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

 span { border-color: rgb(163,76,182); }

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