#A564BB

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

Shades of Deep Lilac #A564BB

Tints of Deep Lilac #A564BB

Color information

#A564BB (or 0xA564BB) is unknown color: approx Deep Lilac. HEX triplet: A5, 64 and BB. RGB value is (165,100,187). Sum of RGB (Red+Green+Blue) = 165+100+187=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #A564BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564BB is #5A9B44. Grayscale: #818181. Windows color (decimal): -5937989 or 12280997. OLE color: 12280997.

HSL color Cylindrical-coordinate representation of color #A564BB: hue angle of 284.83º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A564BB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165100187-
CMYK0.120.4700.27
HSL284.83º39.01%56.27%-
HSV(B)284.83º46.52%73.33%-
XYZ29.0420.749.48-
YUV129.35160.53153.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 187 (73.44% from 255) = 41.37%
R=36.50%
G=22.12%
B=41.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651001870.120.4700.27284.8339.0156.27
HexA564BBC2F01B11d2738
Octal24514427314570334354770
Binary101001011100100101110111100101111011011100011101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A564BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A564BB; }

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

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

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

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

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

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

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

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