#A34DB1

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

Shades of Deep Lilac #A34DB1

Tints of Deep Lilac #A34DB1

Color information

#A34DB1 (or 0xA34DB1) is unknown color: approx Deep Lilac. HEX triplet: A3, 4D and B1. RGB value is (163,77,177). Sum of RGB (Red+Green+Blue) = 163+77+177=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: blue. Hex color #A34DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34DB1 is #5CB24E. Grayscale: #717171. Windows color (decimal): -6074959 or 11619747. OLE color: 11619747.

HSL color Cylindrical-coordinate representation of color #A34DB1: hue angle of 291.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34DB1 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16377177-
CMYK0.080.5600.31
HSL291.6º39.37%49.8%-
HSV(B)291.6º56.5%69.41%-
XYZ25.6916.2743.38-
YUV114.11163.49162.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 77 (30.47% from 255) = 18.47%
BLUE value IS 177 (69.53% from 255) = 42.45%
R=39.09%
G=18.47%
B=42.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163771770.080.5600.31291.639.3749.8
HexA34DB183801F1242732
Octal24311526110700374444762
Binary101000111001101101100011000111000011111100100100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34DB1; }

 p { color: rgb(163,77,177); }

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

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

 a { background-color: rgb(163,77,177); }

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

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

 span { border-color: rgb(163,77,177); }

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