#AAA9CA

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

Shades of Wistful #AAA9CA

Tints of Wistful #AAA9CA

Color information

#AAA9CA (or 0xAAA9CA) is unknown color: approx Wistful. HEX triplet: AA, A9 and CA. RGB value is (170,169,202). Sum of RGB (Red+Green+Blue) = 170+169+202=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9CA is #555635. Grayscale: #ACACAC. Windows color (decimal): -5592630 or 13281706. OLE color: 13281706.

HSL color Cylindrical-coordinate representation of color #AAA9CA: hue angle of 241.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAA9CA is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170169202-
CMYK0.160.1600.21
HSL241.82º23.74%72.75%-
HSV(B)241.82º16.34%79.22%-
XYZ41.4341.1961.64-
YUV173.06144.33125.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 169 (66.41% from 255) = 31.24%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=31.42%
G=31.24%
B=37.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701692020.160.1600.21241.8223.7472.75
HexAAA9CA1010015f21849
Octal252251312202002536230111
Binary101010101010100111001010100001000001010111110010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9CA; }

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

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

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

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

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

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

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

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