#AA63C0

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

Shades of Deep Lilac #AA63C0

Tints of Deep Lilac #AA63C0

Color information

#AA63C0 (or 0xAA63C0) is unknown color: approx Deep Lilac. HEX triplet: AA, 63 and C0. RGB value is (170,99,192). Sum of RGB (Red+Green+Blue) = 170+99+192=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA63C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63C0 is #559C3F. Grayscale: #828282. Windows color (decimal): -5610560 or 12608426. OLE color: 12608426.

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

Color convert

RGB17099192-
CMYK0.110.4800.25
HSL285.81º42.47%57.06%-
HSV(B)285.81º48.44%75.29%-
XYZ30.5521.2852.37-
YUV130.83162.52155.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 99 (39.06% from 255) = 21.48%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=36.88%
G=21.48%
B=41.65%

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
Decimal170991920.110.4800.25285.8142.4757.06
HexAA63C0B3001911e2a39
Octal25214330013600314365271
Binary101010101100011110000001011110000011001100011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63C0; }

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

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

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

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

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

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

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

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