#A64ABA

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

Shades of Deep Lilac #A64ABA

Tints of Deep Lilac #A64ABA

Color information

#A64ABA (or 0xA64ABA) is unknown color: approx Deep Lilac. HEX triplet: A6, 4A and BA. RGB value is (166,74,186). Sum of RGB (Red+Green+Blue) = 166+74+186=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #A64ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ABA is #59B545. Grayscale: #717171. Windows color (decimal): -5879110 or 12208806. OLE color: 12208806.

HSL color Cylindrical-coordinate representation of color #A64ABA: hue angle of 289.29º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64ABA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16674186-
CMYK0.110.6000.27
HSL289.29º44.8%50.98%-
HSV(B)289.29º60.22%72.94%-
XYZ27.0416.5548.22-
YUV114.28168.48164.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 74 (29.30% from 255) = 17.37%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=38.97%
G=17.37%
B=43.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166741860.110.6000.27289.2944.850.98
HexA64ABAB3C01B1212d33
Octal24611227213740334415563
Binary101001101001010101110101011111100011011100100001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64ABA; }

 p { color: rgb(166,74,186); }

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

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

 a { background-color: rgb(166,74,186); }

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

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

 span { border-color: rgb(166,74,186); }

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