#A064BA

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

Shades of Deep Lilac #A064BA

Tints of Deep Lilac #A064BA

Color information

#A064BA (or 0xA064BA) is unknown color: approx Deep Lilac. HEX triplet: A0, 64 and BA. RGB value is (160,100,186). Sum of RGB (Red+Green+Blue) = 160+100+186=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #A064BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064BA is #5F9B45. Grayscale: #7F7F7F. Windows color (decimal): -6265670 or 12215456. OLE color: 12215456.

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

Color convert

RGB160100186-
CMYK0.140.4600.27
HSL281.86º38.39%56.08%-
HSV(B)281.86º46.24%72.94%-
XYZ27.9220.1348.87-
YUV127.74160.88151.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.87%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=35.87%
G=22.42%
B=41.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601001860.140.4600.27281.8638.3956.08
HexA064BAE2E01B11a2638
Octal24014427216560334324670
Binary101000001100100101110101110101110011011100011010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A064BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A064BA; }

 p { color: rgb(160,100,186); }

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

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

 a { background-color: rgb(160,100,186); }

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

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

 span { border-color: rgb(160,100,186); }

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