#A63CAE

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

Shades of Deep Lilac #A63CAE

Tints of Deep Lilac #A63CAE

Color information

#A63CAE (or 0xA63CAE) is unknown color: approx Deep Lilac. HEX triplet: A6, 3C and AE. RGB value is (166,60,174). Sum of RGB (Red+Green+Blue) = 166+60+174=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #A63CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63CAE is #59C351. Grayscale: #686868. Windows color (decimal): -5882706 or 11418790. OLE color: 11418790.

HSL color Cylindrical-coordinate representation of color #A63CAE: hue angle of 295.79º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63CAE is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16660174-
CMYK0.050.6600.32
HSL295.79º48.72%45.88%-
HSV(B)295.79º65.52%68.24%-
XYZ24.9814.3941.51-
YUV104.69167.12171.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.5%
GREEN value IS 60 (23.83% from 255) = 15%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=41.5%
G=15%
B=43.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166601740.050.6600.32295.7948.7245.88
HexA63CAE542020128312e
Octal2467425651020404506156
Binary101001101111001010111010110000100100000100101000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63CAE; }

 p { color: rgb(166,60,174); }

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

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

 a { background-color: rgb(166,60,174); }

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

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

 span { border-color: rgb(166,60,174); }

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