#AAA8E3

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

Shades of Wistful #AAA8E3

Tints of Wistful #AAA8E3

Color information

#AAA8E3 (or 0xAAA8E3) is unknown color: approx Wistful. HEX triplet: AA, A8 and E3. RGB value is (170,168,227). Sum of RGB (Red+Green+Blue) = 170+168+227=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAA8E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8E3 is #55571C. Grayscale: #AFAFAF. Windows color (decimal): -5592861 or 14919850. OLE color: 14919850.

HSL color Cylindrical-coordinate representation of color #AAA8E3: hue angle of 242.03º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA8E3 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170168227-
CMYK0.250.2600.11
HSL242.03º51.3%77.45%-
HSV(B)242.03º25.99%89.02%-
XYZ44.4542.178.46-
YUV175.32157.16124.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 168 (66.02% from 255) = 29.73%
BLUE value IS 227 (89.06% from 255) = 40.18%
R=30.09%
G=29.73%
B=40.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701682270.250.2600.11242.0351.377.45
HexAAA8E3191A0Bf2334d
Octal252250343313201336263115
Binary101010101010100011100011110011101001011111100101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8E3; }

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

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

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

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

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

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

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

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