#AAA0E3

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

Shades of Wistful #AAA0E3

Tints of Wistful #AAA0E3

Color information

#AAA0E3 (or 0xAAA0E3) is unknown color: approx Wistful. HEX triplet: AA, A0 and E3. RGB value is (170,160,227). Sum of RGB (Red+Green+Blue) = 170+160+227=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAA0E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0E3 is #555F1C. Grayscale: #AAAAAA. Windows color (decimal): -5594909 or 14917802. OLE color: 14917802.

HSL color Cylindrical-coordinate representation of color #AAA0E3: hue angle of 248.96º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAA0E3 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170160227-
CMYK0.250.3000.11
HSL248.96º54.47%75.88%-
HSV(B)248.96º29.52%89.02%-
XYZ43.0139.2377.98-
YUV170.63159.81127.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 160 (62.89% from 255) = 28.73%
BLUE value IS 227 (89.06% from 255) = 40.75%
R=30.52%
G=28.73%
B=40.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701602270.250.3000.11248.9654.4775.88
HexAAA0E3191E0Bf9364c
Octal252240343313601337166114
Binary101010101010000011100011110011111001011111110011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0E3; }

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

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

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

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

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

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

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

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