#AAA5CE

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

Shades of Wistful #AAA5CE

Tints of Wistful #AAA5CE

Color information

#AAA5CE (or 0xAAA5CE) is unknown color: approx Wistful. HEX triplet: AA, A5 and CE. RGB value is (170,165,206). Sum of RGB (Red+Green+Blue) = 170+165+206=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAA5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5CE is #555A31. Grayscale: #ABABAB. Windows color (decimal): -5593650 or 13542826. OLE color: 13542826.

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

Color convert

RGB170165206-
CMYK0.170.2000.19
HSL247.32º29.5%72.75%-
HSV(B)247.32º19.9%80.78%-
XYZ41.1739.9163.93-
YUV171.17147.66127.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=31.42%
G=30.50%
B=38.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701652060.170.2000.19247.3229.572.75
HexAAA5CE1114013f71d49
Octal252245316212402336735111
Binary101010101010010111001110100011010001001111110111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5CE; }

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

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

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

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

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

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

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

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