#A663BF

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

Shades of Deep Lilac #A663BF

Tints of Deep Lilac #A663BF

Color information

#A663BF (or 0xA663BF) is unknown color: approx Deep Lilac. HEX triplet: A6, 63 and BF. RGB value is (166,99,191). Sum of RGB (Red+Green+Blue) = 166+99+191=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #A663BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663BF is #599C40. Grayscale: #818181. Windows color (decimal): -5872705 or 12542886. OLE color: 12542886.

HSL color Cylindrical-coordinate representation of color #A663BF: hue angle of 283.7º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A663BF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16699191-
CMYK0.130.4800.25
HSL283.7º41.82%56.86%-
HSV(B)283.7º48.17%74.9%-
XYZ29.5920.7951.74-
YUV129.52162.7154.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 99 (39.06% from 255) = 21.71%
BLUE value IS 191 (75% from 255) = 41.89%
R=36.40%
G=21.71%
B=41.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166991910.130.4800.25283.741.8256.86
HexA663BFD3001911c2a39
Octal24614327715600314345271
Binary101001101100011101111111101110000011001100011100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A663BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A663BF; }

 p { color: rgb(166,99,191); }

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

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

 a { background-color: rgb(166,99,191); }

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

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

 span { border-color: rgb(166,99,191); }

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