#A63FAE

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

Shades of Deep Lilac #A63FAE

Tints of Deep Lilac #A63FAE

Color information

#A63FAE (or 0xA63FAE) is unknown color: approx Deep Lilac. HEX triplet: A6, 3F and AE. RGB value is (166,63,174). Sum of RGB (Red+Green+Blue) = 166+63+174=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #A63FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63FAE is #59C051. Grayscale: #6A6A6A. Windows color (decimal): -5881938 or 11419558. OLE color: 11419558.

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

Color convert

RGB16663174-
CMYK0.050.6400.32
HSL295.68º46.84%46.47%-
HSV(B)295.68º63.79%68.24%-
XYZ25.1414.7241.56-
YUV106.45166.12170.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 63 (25% from 255) = 15.63%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=41.19%
G=15.63%
B=43.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166631740.050.6400.32295.6846.8446.47
HexA63FAE5400201282f2e
Octal2467725651000404505756
Binary101001101111111010111010110000000100000100101000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63FAE; }

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

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

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

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

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

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

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

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