#AAA8CE

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

Shades of Wistful #AAA8CE

Tints of Wistful #AAA8CE

Color information

#AAA8CE (or 0xAAA8CE) is unknown color: approx Wistful. HEX triplet: AA, A8 and CE. RGB value is (170,168,206). Sum of RGB (Red+Green+Blue) = 170+168+206=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAA8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8CE is #555731. Grayscale: #ACACAC. Windows color (decimal): -5592882 or 13543594. OLE color: 13543594.

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

Color convert

RGB170168206-
CMYK0.170.1800.19
HSL243.16º27.94%73.33%-
HSV(B)243.16º18.45%80.78%-
XYZ41.7241.0164.11-
YUV172.93146.66125.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=31.25%
G=30.88%
B=37.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701682060.170.1800.19243.1627.9473.33
HexAAA8CE1112013f31c49
Octal252250316212202336334111
Binary101010101010100011001110100011001001001111110011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8CE; }

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

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

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

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

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

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

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

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