#AA68BE

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

Shades of Deep Lilac #AA68BE

Tints of Deep Lilac #AA68BE

Color information

#AA68BE (or 0xAA68BE) is unknown color: approx Deep Lilac. HEX triplet: AA, 68 and BE. RGB value is (170,104,190). Sum of RGB (Red+Green+Blue) = 170+104+190=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA68BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68BE is #559741. Grayscale: #858585. Windows color (decimal): -5609282 or 12478634. OLE color: 12478634.

HSL color Cylindrical-coordinate representation of color #AA68BE: hue angle of 286.05º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA68BE is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170104190-
CMYK0.110.4500.25
HSL286.05º39.81%57.65%-
HSV(B)286.05º45.26%74.51%-
XYZ30.8222.1651.37-
YUV133.54159.87154.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 104 (41.02% from 255) = 22.41%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=36.64%
G=22.41%
B=40.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701041900.110.4500.25286.0539.8157.65
HexAA68BEB2D01911e283a
Octal25215027613550314365072
Binary101010101101000101111101011101101011001100011110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68BE; }

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

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

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

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

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

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

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

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