#A464BE

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

Shades of Deep Lilac #A464BE

Tints of Deep Lilac #A464BE

Color information

#A464BE (or 0xA464BE) is unknown color: approx Deep Lilac. HEX triplet: A4, 64 and BE. RGB value is (164,100,190). Sum of RGB (Red+Green+Blue) = 164+100+190=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #A464BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464BE is #5B9B41. Grayscale: #818181. Windows color (decimal): -6003522 or 12477604. OLE color: 12477604.

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

Color convert

RGB164100190-
CMYK0.140.4700.25
HSL282.67º40.91%56.86%-
HSV(B)282.67º47.37%74.51%-
XYZ29.1620.7251.18-
YUV129.4162.2152.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=36.12%
G=22.03%
B=41.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641001900.140.4700.25282.6740.9156.86
HexA464BEE2F01911b2939
Octal24414427616570314335171
Binary101001001100100101111101110101111011001100011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A464BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A464BE; }

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

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

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

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

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

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

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

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