#A63BAE

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

Shades of Deep Lilac #A63BAE

Tints of Deep Lilac #A63BAE

Color information

#A63BAE (or 0xA63BAE) is unknown color: approx Deep Lilac. HEX triplet: A6, 3B and AE. RGB value is (166,59,174). Sum of RGB (Red+Green+Blue) = 166+59+174=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #A63BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63BAE is #59C451. Grayscale: #676767. Windows color (decimal): -5882962 or 11418534. OLE color: 11418534.

HSL color Cylindrical-coordinate representation of color #A63BAE: hue angle of 295.83º 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 #A63BAE is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16659174-
CMYK0.050.6600.32
HSL295.83º49.36%45.69%-
HSV(B)295.83º66.09%68.24%-
XYZ24.9314.2941.49-
YUV104.1167.45172.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 59 (23.44% from 255) = 14.79%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=41.60%
G=14.79%
B=43.61%

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
Decimal166591740.050.6600.32295.8349.3645.69
HexA63BAE542020128312e
Octal2467325651020404506156
Binary101001101110111010111010110000100100000100101000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63BAE; }

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

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

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

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

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

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

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

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