#a34cb3

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

Shades of Deep Lilac #A34CB3

Tints of Deep Lilac #A34CB3

Color information

#A34CB3 (or 0xA34CB3) is unknown color: approx Deep Lilac. HEX triplet: A3, 4C and B3. RGB value is (163,76,179). Sum of RGB (Red+Green+Blue) = 163+76+179=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #A34CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CB3 is #5CB34C. Grayscale: #717171. Windows color (decimal): -6075213 or 11750563. OLE color: 11750563.

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

Color convert

RGB16376179-
CMYK0.090.5800.30
HSL290.68º40.39%50%-
HSV(B)290.68º57.54%70.2%-
XYZ25.8316.2144.42-
YUV113.76164.82163.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 76 (30.08% from 255) = 18.18%
BLUE value IS 179 (70.31% from 255) = 42.82%
R=39.00%
G=18.18%
B=42.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal163761790.090.5800.30290.6840.3950
HexA34CB393A01E1232832
Octal24311426311720364435062
Binary101000111001100101100111001111010011110100100011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a34cb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a34cb3; }

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

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

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

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

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

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

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

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