#A34FB5

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

Shades of Deep Lilac #A34FB5

Tints of Deep Lilac #A34FB5

Color information

#A34FB5 (or 0xA34FB5) is unknown color: approx Deep Lilac. HEX triplet: A3, 4F and B5. RGB value is (163,79,181). Sum of RGB (Red+Green+Blue) = 163+79+181=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 181 - color contains mainly: blue. Hex color #A34FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FB5 is #5CB04A. Grayscale: #737373. Windows color (decimal): -6074443 or 11882403. OLE color: 11882403.

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

Color convert

RGB16379181-
CMYK0.100.5600.29
HSL289.41º40.8%50.98%-
HSV(B)289.41º56.35%70.98%-
XYZ26.2416.7145.56-
YUV115.74164.83161.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 79 (31.25% from 255) = 18.68%
BLUE value IS 181 (71.09% from 255) = 42.79%
R=38.53%
G=18.68%
B=42.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163791810.100.5600.29289.4140.850.98
HexA34FB5A3801D1212933
Octal24311726512700354415163
Binary101000111001111101101011010111000011101100100001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34FB5; }

 p { color: rgb(163,79,181); }

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

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

 a { background-color: rgb(163,79,181); }

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

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

 span { border-color: rgb(163,79,181); }

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