#AA68BD

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

Shades of Deep Lilac #AA68BD

Tints of Deep Lilac #AA68BD

Color information

#AA68BD (or 0xAA68BD) is unknown color: approx Deep Lilac. HEX triplet: AA, 68 and BD. RGB value is (170,104,189). Sum of RGB (Red+Green+Blue) = 170+104+189=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA68BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68BD is #559742. Grayscale: #858585. Windows color (decimal): -5609283 or 12413098. OLE color: 12413098.

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

Color convert

RGB170104189-
CMYK0.100.4500.26
HSL286.59º39.17%57.45%-
HSV(B)286.59º44.97%74.12%-
XYZ30.7122.1250.8-
YUV133.42159.37154.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=36.72%
G=22.46%
B=40.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701041890.100.4500.26286.5939.1757.45
HexAA68BDA2D01A11f2739
Octal25215027512550324374771
Binary101010101101000101111011010101101011010100011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68BD; }

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

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

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

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

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

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

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

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