#A364BD

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

Shades of Deep Lilac #A364BD

Tints of Deep Lilac #A364BD

Color information

#A364BD (or 0xA364BD) is unknown color: approx Deep Lilac. HEX triplet: A3, 64 and BD. RGB value is (163,100,189). Sum of RGB (Red+Green+Blue) = 163+100+189=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #A364BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364BD is #5C9B42. Grayscale: #808080. Windows color (decimal): -6069059 or 12412067. OLE color: 12412067.

HSL color Cylindrical-coordinate representation of color #A364BD: hue angle of 282.47º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A364BD is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163100189-
CMYK0.140.4700.26
HSL282.47º40.27%56.67%-
HSV(B)282.47º47.09%74.12%-
XYZ28.8520.5750.6-
YUV128.98161.87152.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=36.06%
G=22.12%
B=41.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631001890.140.4700.26282.4740.2756.67
HexA364BDE2F01A11a2839
Octal24314427516570324325071
Binary101000111100100101111011110101111011010100011010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A364BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A364BD; }

 p { color: rgb(163,100,189); }

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

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

 a { background-color: rgb(163,100,189); }

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

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

 span { border-color: rgb(163,100,189); }

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