#AAA1CE

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

Shades of Wistful #AAA1CE

Tints of Wistful #AAA1CE

Color information

#AAA1CE (or 0xAAA1CE) is unknown color: approx Wistful. HEX triplet: AA, A1 and CE. RGB value is (170,161,206). Sum of RGB (Red+Green+Blue) = 170+161+206=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAA1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1CE is #555E31. Grayscale: #A8A8A8. Windows color (decimal): -5594674 or 13541802. OLE color: 13541802.

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

Color convert

RGB170161206-
CMYK0.170.2200.19
HSL252º31.47%71.96%-
HSV(B)252º21.84%80.78%-
XYZ40.4638.4963.69-
YUV168.82148.98128.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=31.66%
G=29.98%
B=38.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701612060.170.2200.1925231.4771.96
HexAAA1CE1116013fc1f48
Octal252241316212602337437110
Binary101010101010000111001110100011011001001111111100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1CE; }

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

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

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

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

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

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

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

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