#AA63BF

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

Shades of Deep Lilac #AA63BF

Tints of Deep Lilac #AA63BF

Color information

#AA63BF (or 0xAA63BF) is unknown color: approx Deep Lilac. HEX triplet: AA, 63 and BF. RGB value is (170,99,191). Sum of RGB (Red+Green+Blue) = 170+99+191=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA63BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63BF is #559C40. Grayscale: #828282. Windows color (decimal): -5610561 or 12542890. OLE color: 12542890.

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

Color convert

RGB17099191-
CMYK0.110.4800.25
HSL286.3º41.82%56.86%-
HSV(B)286.3º48.17%74.9%-
XYZ30.4421.2351.78-
YUV130.72162.02156.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 99 (39.06% from 255) = 21.52%
BLUE value IS 191 (75% from 255) = 41.52%
R=36.96%
G=21.52%
B=41.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170991910.110.4800.25286.341.8256.86
HexAA63BFB3001911e2a39
Octal25214327713600314365271
Binary101010101100011101111111011110000011001100011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63BF; }

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

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

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

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

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

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

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

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