#AAA9E0

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

Shades of Wistful #AAA9E0

Tints of Wistful #AAA9E0

Color information

#AAA9E0 (or 0xAAA9E0) is unknown color: approx Wistful. HEX triplet: AA, A9 and E0. RGB value is (170,169,224). Sum of RGB (Red+Green+Blue) = 170+169+224=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAA9E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9E0 is #55561F. Grayscale: #AFAFAF. Windows color (decimal): -5592608 or 14723498. OLE color: 14723498.

HSL color Cylindrical-coordinate representation of color #AAA9E0: hue angle of 241.09º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA9E0 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170169224-
CMYK0.240.2500.12
HSL241.09º47.01%77.06%-
HSV(B)241.09º24.55%87.84%-
XYZ44.2242.376.36-
YUV175.57155.33124.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 224 (87.89% from 255) = 39.79%
R=30.20%
G=30.02%
B=39.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701692240.240.2500.12241.0947.0177.06
HexAAA9E018190Cf12f4d
Octal252251340303101436157115
Binary101010101010100111100000110001100101100111100011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9E0; }

 p { color: rgb(170,169,224); }

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

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

 a { background-color: rgb(170,169,224); }

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

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

 span { border-color: rgb(170,169,224); }

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