#A9AACC

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

Shades of Wistful #A9AACC

Tints of Wistful #A9AACC

Color information

#A9AACC (or 0xA9AACC) is unknown color: approx Wistful. HEX triplet: A9, AA and CC. RGB value is (169,170,204). Sum of RGB (Red+Green+Blue) = 169+170+204=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #A9AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AACC is #565533. Grayscale: #ADADAD. Windows color (decimal): -5657908 or 13413033. OLE color: 13413033.

HSL color Cylindrical-coordinate representation of color #A9AACC: hue angle of 238.29º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9AACC is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169170204-
CMYK0.170.1700.2
HSL238.29º25.55%73.14%-
HSV(B)238.29º17.16%80%-
XYZ41.6441.5462.95-
YUV173.58145.17124.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.12%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=31.12%
G=31.31%
B=37.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691702040.170.1700.2238.2925.5573.14
HexA9AACC1111014ee1a49
Octal251252314212102435632111
Binary101010011010101011001100100011000101010011101110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AACC; }

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

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

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

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

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

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

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

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