#AAA0EB

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

Shades of Wistful #AAA0EB

Tints of Wistful #AAA0EB

Color information

#AAA0EB (or 0xAAA0EB) is unknown color: approx Wistful. HEX triplet: AA, A0 and EB. RGB value is (170,160,235). Sum of RGB (Red+Green+Blue) = 170+160+235=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAA0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0EB is #555F14. Grayscale: #ABABAB. Windows color (decimal): -5594901 or 15442090. OLE color: 15442090.

HSL color Cylindrical-coordinate representation of color #AAA0EB: hue angle of 248º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA0EB is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170160235-
CMYK0.280.3200.08
HSL248º65.22%77.45%-
HSV(B)248º31.91%92.16%-
XYZ44.1439.6983.93-
YUV171.54163.81126.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 160 (62.89% from 255) = 28.32%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=30.09%
G=28.32%
B=41.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701602350.280.3200.0824865.2277.45
HexAAA0EB1C2008f8414d
Octal2522403533440010370101115
Binary10101010101000001110101111100100000010001111100010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0EB; }

 p { color: rgb(170,160,235); }

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

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

 a { background-color: rgb(170,160,235); }

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

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

 span { border-color: rgb(170,160,235); }

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