#A63CAF

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

Shades of Deep Lilac #A63CAF

Tints of Deep Lilac #A63CAF

Color information

#A63CAF (or 0xA63CAF) is unknown color: approx Deep Lilac. HEX triplet: A6, 3C and AF. RGB value is (166,60,175). Sum of RGB (Red+Green+Blue) = 166+60+175=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #A63CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63CAF is #59C350. Grayscale: #686868. Windows color (decimal): -5882705 or 11484326. OLE color: 11484326.

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

Color convert

RGB16660175-
CMYK0.050.6600.31
HSL295.3º48.94%46.08%-
HSV(B)295.3º65.71%68.63%-
XYZ25.0814.4342.02-
YUV104.8167.62171.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 60 (23.83% from 255) = 14.96%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=41.40%
G=14.96%
B=43.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166601750.050.6600.31295.348.9446.08
HexA63CAF54201F127312e
Octal2467425751020374476156
Binary10100110111100101011111011000010011111100100111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63CAF; }

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

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

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

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

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

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

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

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