#AA69C2

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

Shades of Deep Lilac #AA69C2

Tints of Deep Lilac #AA69C2

Color information

#AA69C2 (or 0xAA69C2) is unknown color: approx Deep Lilac. HEX triplet: AA, 69 and C2. RGB value is (170,105,194). Sum of RGB (Red+Green+Blue) = 170+105+194=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA69C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69C2 is #55963D. Grayscale: #868686. Windows color (decimal): -5609022 or 12741034. OLE color: 12741034.

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

Color convert

RGB170105194-
CMYK0.120.4600.24
HSL283.82º42.18%58.63%-
HSV(B)283.82º45.88%76.08%-
XYZ31.3722.5453.74-
YUV134.58161.53153.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 194 (76.17% from 255) = 41.36%
R=36.25%
G=22.39%
B=41.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701051940.120.4600.24283.8242.1858.63
HexAA69C2C2E01811c2a3b
Octal25215130214560304345273
Binary101010101101001110000101100101110011000100011100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69C2; }

 p { color: rgb(170,105,194); }

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

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

 a { background-color: rgb(170,105,194); }

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

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

 span { border-color: rgb(170,105,194); }

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