#A564BE

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

Shades of Deep Lilac #A564BE

Tints of Deep Lilac #A564BE

Color information

#A564BE (or 0xA564BE) is unknown color: approx Deep Lilac. HEX triplet: A5, 64 and BE. RGB value is (165,100,190). Sum of RGB (Red+Green+Blue) = 165+100+190=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #A564BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564BE is #5A9B41. Grayscale: #818181. Windows color (decimal): -5937986 or 12477605. OLE color: 12477605.

HSL color Cylindrical-coordinate representation of color #A564BE: hue angle of 283.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A564BE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165100190-
CMYK0.130.4700.25
HSL283.33º40.91%56.86%-
HSV(B)283.33º47.37%74.51%-
XYZ29.3720.8351.19-
YUV129.7162.03153.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=36.26%
G=21.98%
B=41.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651001900.130.4700.25283.3340.9156.86
HexA564BED2F01911b2939
Octal24514427615570314335171
Binary101001011100100101111101101101111011001100011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A564BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A564BE; }

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

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

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

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

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

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

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

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