#A8AACC

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

Shades of Wistful #A8AACC

Tints of Wistful #A8AACC

Color information

#A8AACC (or 0xA8AACC) is unknown color: approx Wistful. HEX triplet: A8, AA and CC. RGB value is (168,170,204). Sum of RGB (Red+Green+Blue) = 168+170+204=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AACC is #575533. Grayscale: #ADADAD. Windows color (decimal): -5723444 or 13413032. OLE color: 13413032.

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

Color convert

RGB168170204-
CMYK0.180.1700.2
HSL236.67º26.09%72.94%-
HSV(B)236.67º17.65%80%-
XYZ41.4241.4362.94-
YUV173.28145.34124.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=31.00%
G=31.37%
B=37.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681702040.180.1700.2236.6726.0972.94
HexA8AACC1211014ed1a49
Octal250252314222102435532111
Binary101010001010101011001100100101000101010011101101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AACC; }

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

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

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

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

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

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

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

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