#A34BB9

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

Shades of Deep Lilac #A34BB9

Tints of Deep Lilac #A34BB9

Color information

#A34BB9 (or 0xA34BB9) is unknown color: approx Deep Lilac. HEX triplet: A3, 4B and B9. RGB value is (163,75,185). Sum of RGB (Red+Green+Blue) = 163+75+185=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #A34BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34BB9 is #5CB446. Grayscale: #717171. Windows color (decimal): -6075463 or 12143523. OLE color: 12143523.

HSL color Cylindrical-coordinate representation of color #A34BB9: hue angle of 288º 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 #A34BB9 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16375185-
CMYK0.120.5900.27
HSL288º44%50.98%-
HSV(B)288º59.46%72.55%-
XYZ26.3816.3247.66-
YUV113.85168.15163.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 185 (72.66% from 255) = 43.74%
R=38.53%
G=17.73%
B=43.74%

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
Decimal163751850.120.5900.272884450.98
HexA34BB9C3B01B1202c33
Octal24311327114730334405463
Binary101000111001011101110011100111011011011100100000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34BB9; }

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

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

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

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

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

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

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

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