#AAA7CE

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

Shades of Wistful #AAA7CE

Tints of Wistful #AAA7CE

Color information

#AAA7CE (or 0xAAA7CE) is unknown color: approx Wistful. HEX triplet: AA, A7 and CE. RGB value is (170,167,206). Sum of RGB (Red+Green+Blue) = 170+167+206=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAA7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7CE is #555831. Grayscale: #ACACAC. Windows color (decimal): -5593138 or 13543338. OLE color: 13543338.

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

Color convert

RGB170167206-
CMYK0.170.1900.19
HSL244.62º28.47%73.14%-
HSV(B)244.62º18.93%80.78%-
XYZ41.5440.6464.05-
YUV172.34146.99126.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 167 (65.62% from 255) = 30.76%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=31.31%
G=30.76%
B=37.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701672060.170.1900.19244.6228.4773.14
HexAAA7CE1113013f51c49
Octal252247316212302336534111
Binary101010101010011111001110100011001101001111110101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7CE; }

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

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

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

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

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

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

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

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