#A564B3

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

Shades of Deep Lilac #A564B3

Tints of Deep Lilac #A564B3

Color information

#A564B3 (or 0xA564B3) is unknown color: approx Deep Lilac. HEX triplet: A5, 64 and B3. RGB value is (165,100,179). Sum of RGB (Red+Green+Blue) = 165+100+179=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #A564B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564B3 is #5A9B4C. Grayscale: #808080. Windows color (decimal): -5937997 or 11756709. OLE color: 11756709.

HSL color Cylindrical-coordinate representation of color #A564B3: hue angle of 289.37º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A564B3 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB165100179-
CMYK0.080.4400.30
HSL289.37º34.2%54.71%-
HSV(B)289.37º44.13%70.2%-
XYZ28.2120.3745.09-
YUV128.44156.53154.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 100 (39.45% from 255) = 22.52%
BLUE value IS 179 (70.31% from 255) = 40.32%
R=37.16%
G=22.52%
B=40.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651001790.080.4400.30289.3734.254.71
HexA564B382C01E1212237
Octal24514426310540364414267
Binary101001011100100101100111000101100011110100100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A564B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A564B3; }

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

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

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

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

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

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

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

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