#A34CB9

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

Shades of Deep Lilac #A34CB9

Tints of Deep Lilac #A34CB9

Color information

#A34CB9 (or 0xA34CB9) is unknown color: approx Deep Lilac. HEX triplet: A3, 4C and B9. RGB value is (163,76,185). Sum of RGB (Red+Green+Blue) = 163+76+185=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #A34CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CB9 is #5CB346. Grayscale: #727272. Windows color (decimal): -6075207 or 12143779. OLE color: 12143779.

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

Color convert

RGB16376185-
CMYK0.120.5900.27
HSL287.89º43.78%51.18%-
HSV(B)287.89º58.92%72.55%-
XYZ26.4516.4647.68-
YUV114.44167.82162.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 76 (30.08% from 255) = 17.92%
BLUE value IS 185 (72.66% from 255) = 43.63%
R=38.44%
G=17.92%
B=43.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163761850.120.5900.27287.8943.7851.18
HexA34CB9C3B01B1202c33
Octal24311427114730334405463
Binary101000111001100101110011100111011011011100100000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34CB9; }

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

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

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

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

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

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

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

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