#A963BF

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

Shades of Deep Lilac #A963BF

Tints of Deep Lilac #A963BF

Color information

#A963BF (or 0xA963BF) is unknown color: approx Deep Lilac. HEX triplet: A9, 63 and BF. RGB value is (169,99,191). Sum of RGB (Red+Green+Blue) = 169+99+191=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #A963BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963BF is #569C40. Grayscale: #828282. Windows color (decimal): -5676097 or 12542889. OLE color: 12542889.

HSL color Cylindrical-coordinate representation of color #A963BF: hue angle of 285.65º 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 #A963BF is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16999191-
CMYK0.120.4800.25
HSL285.65º41.82%56.86%-
HSV(B)285.65º48.17%74.9%-
XYZ30.2321.1251.77-
YUV130.42162.19155.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 99 (39.06% from 255) = 21.57%
BLUE value IS 191 (75% from 255) = 41.61%
R=36.82%
G=21.57%
B=41.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169991910.120.4800.25285.6541.8256.86
HexA963BFC3001911e2a39
Octal25114327714600314365271
Binary101010011100011101111111100110000011001100011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963BF; }

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

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

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

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

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

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

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

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