#a34cb7

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

Shades of Deep Lilac #A34CB7

Tints of Deep Lilac #A34CB7

Color information

#A34CB7 (or 0xA34CB7) is unknown color: approx Deep Lilac. HEX triplet: A3, 4C and B7. RGB value is (163,76,183). Sum of RGB (Red+Green+Blue) = 163+76+183=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 183 - color contains mainly: blue. Hex color #A34CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CB7 is #5CB348. Grayscale: #717171. Windows color (decimal): -6075209 or 12012707. OLE color: 12012707.

HSL color Cylindrical-coordinate representation of color #A34CB7: hue angle of 288.79º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34CB7 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16376183-
CMYK0.110.5800.28
HSL288.79º42.63%50.78%-
HSV(B)288.79º58.47%71.76%-
XYZ26.2416.3746.58-
YUV114.21166.82162.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 76 (30.08% from 255) = 18.01%
BLUE value IS 183 (71.88% from 255) = 43.36%
R=38.63%
G=18.01%
B=43.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal163761830.110.5800.28288.7942.6350.78
HexA34CB7B3A01C1212b33
Octal24311426713720344415363
Binary101000111001100101101111011111010011100100100001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a34cb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a34cb7; }

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

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

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

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

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

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

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

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