#A465BA

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

Shades of Deep Lilac #A465BA

Tints of Deep Lilac #A465BA

Color information

#A465BA (or 0xA465BA) is unknown color: approx Deep Lilac. HEX triplet: A4, 65 and BA. RGB value is (164,101,186). Sum of RGB (Red+Green+Blue) = 164+101+186=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #A465BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465BA is #5B9A45. Grayscale: #818181. Windows color (decimal): -6003270 or 12215716. OLE color: 12215716.

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

Color convert

RGB164101186-
CMYK0.120.4600.27
HSL284.47º38.12%56.27%-
HSV(B)284.47º45.7%72.94%-
XYZ28.8320.7548.94-
YUV129.53159.87152.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=36.36%
G=22.39%
B=41.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641011860.120.4600.27284.4738.1256.27
HexA465BAC2E01B11c2638
Octal24414527214560334344670
Binary101001001100101101110101100101110011011100011100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A465BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A465BA; }

 p { color: rgb(164,101,186); }

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

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

 a { background-color: rgb(164,101,186); }

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

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

 span { border-color: rgb(164,101,186); }

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