#AA68BB

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

Shades of Deep Lilac #AA68BB

Tints of Deep Lilac #AA68BB

Color information

#AA68BB (or 0xAA68BB) is unknown color: approx Deep Lilac. HEX triplet: AA, 68 and BB. RGB value is (170,104,187). Sum of RGB (Red+Green+Blue) = 170+104+187=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68BB is #559744. Grayscale: #848484. Windows color (decimal): -5609285 or 12282026. OLE color: 12282026.

HSL color Cylindrical-coordinate representation of color #AA68BB: hue angle of 287.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA68BB is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170104187-
CMYK0.090.4400.27
HSL287.71º37.9%57.06%-
HSV(B)287.71º44.39%73.33%-
XYZ30.522.0349.66-
YUV133.2158.37154.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=36.88%
G=22.56%
B=40.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701041870.090.4400.27287.7137.957.06
HexAA68BB92C01B1202639
Octal25215027311540334404671
Binary101010101101000101110111001101100011011100100000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68BB; }

 p { color: rgb(170,104,187); }

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

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

 a { background-color: rgb(170,104,187); }

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

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

 span { border-color: rgb(170,104,187); }

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