#A564BD

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

Shades of Deep Lilac #A564BD

Tints of Deep Lilac #A564BD

Color information

#A564BD (or 0xA564BD) is unknown color: approx Deep Lilac. HEX triplet: A5, 64 and BD. RGB value is (165,100,189). Sum of RGB (Red+Green+Blue) = 165+100+189=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #A564BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564BD is #5A9B42. Grayscale: #818181. Windows color (decimal): -5937987 or 12412069. OLE color: 12412069.

HSL color Cylindrical-coordinate representation of color #A564BD: hue angle of 283.82º 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 #A564BD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165100189-
CMYK0.130.4700.26
HSL283.82º40.27%56.67%-
HSV(B)283.82º47.09%74.12%-
XYZ29.2620.7950.61-
YUV129.58161.53153.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=36.34%
G=22.03%
B=41.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651001890.130.4700.26283.8240.2756.67
HexA564BDD2F01A11c2839
Octal24514427515570324345071
Binary101001011100100101111011101101111011010100011100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A564BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A564BD; }

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

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

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

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

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

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

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

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