#A064B3

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

Shades of Deep Lilac #A064B3

Tints of Deep Lilac #A064B3

Color information

#A064B3 (or 0xA064B3) is unknown color: approx Deep Lilac. HEX triplet: A0, 64 and B3. RGB value is (160,100,179). Sum of RGB (Red+Green+Blue) = 160+100+179=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 179 - color contains mainly: blue. Hex color #A064B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064B3 is #5F9B4C. Grayscale: #7E7E7E. Windows color (decimal): -6265677 or 11756704. OLE color: 11756704.

HSL color Cylindrical-coordinate representation of color #A064B3: hue angle of 285.57º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A064B3 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB160100179-
CMYK0.110.4400.30
HSL285.57º34.2%54.71%-
HSV(B)285.57º44.13%70.2%-
XYZ27.1919.8445.04-
YUV126.95157.38151.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 179 (70.31% from 255) = 40.77%
R=36.45%
G=22.78%
B=40.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601001790.110.4400.30285.5734.254.71
HexA064B3B2C01E11e2237
Octal24014426313540364364267
Binary101000001100100101100111011101100011110100011110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A064B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A064B3; }

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

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

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

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

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

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

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

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