#AAA0EE

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

Shades of Wistful #AAA0EE

Tints of Wistful #AAA0EE

Color information

#AAA0EE (or 0xAAA0EE) is unknown color: approx Wistful. HEX triplet: AA, A0 and EE. RGB value is (170,160,238). Sum of RGB (Red+Green+Blue) = 170+160+238=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAA0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0EE is #555F11. Grayscale: #ABABAB. Windows color (decimal): -5594898 or 15638698. OLE color: 15638698.

HSL color Cylindrical-coordinate representation of color #AAA0EE: hue angle of 247.69º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA0EE is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170160238-
CMYK0.290.3300.07
HSL247.69º69.64%78.04%-
HSV(B)247.69º32.77%93.33%-
XYZ44.5839.8686.23-
YUV171.88165.31126.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 160 (62.89% from 255) = 28.17%
BLUE value IS 238 (93.36% from 255) = 41.90%
R=29.93%
G=28.17%
B=41.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701602380.290.3300.07247.6969.6478.04
HexAAA0EE1D2107f8464e
Octal252240356354107370106116
Binary1010101010100000111011101110110000101111111100010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0EE; }

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

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

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

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

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

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

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

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