#AA63BC

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

Shades of Deep Lilac #AA63BC

Tints of Deep Lilac #AA63BC

Color information

#AA63BC (or 0xAA63BC) is unknown color: approx Deep Lilac. HEX triplet: AA, 63 and BC. RGB value is (170,99,188). Sum of RGB (Red+Green+Blue) = 170+99+188=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA63BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63BC is #559C43. Grayscale: #828282. Windows color (decimal): -5610564 or 12346282. OLE color: 12346282.

HSL color Cylindrical-coordinate representation of color #AA63BC: hue angle of 287.87º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA63BC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17099188-
CMYK0.100.4700.26
HSL287.87º39.91%56.27%-
HSV(B)287.87º47.34%73.73%-
XYZ30.1221.150.06-
YUV130.38160.52156.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=37.20%
G=21.66%
B=41.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170991880.100.4700.26287.8739.9156.27
HexAA63BCA2F01A1202838
Octal25214327412570324405070
Binary101010101100011101111001010101111011010100100000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63BC; }

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

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

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

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

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

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

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

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