#AA68C3

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

Shades of Deep Lilac #AA68C3

Tints of Deep Lilac #AA68C3

Color information

#AA68C3 (or 0xAA68C3) is unknown color: approx Deep Lilac. HEX triplet: AA, 68 and C3. RGB value is (170,104,195). Sum of RGB (Red+Green+Blue) = 170+104+195=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA68C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68C3 is #55973C. Grayscale: #858585. Windows color (decimal): -5609277 or 12806314. OLE color: 12806314.

HSL color Cylindrical-coordinate representation of color #AA68C3: hue angle of 283.52º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA68C3 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170104195-
CMYK0.130.4700.24
HSL283.52º43.13%58.63%-
HSV(B)283.52º46.67%76.47%-
XYZ31.3822.3954.3-
YUV134.11162.37153.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 104 (41.02% from 255) = 22.17%
BLUE value IS 195 (76.56% from 255) = 41.58%
R=36.25%
G=22.17%
B=41.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701041950.130.4700.24283.5243.1358.63
HexAA68C3D2F01811c2b3b
Octal25215030315570304345373
Binary101010101101000110000111101101111011000100011100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68C3; }

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

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

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

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

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

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

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

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