#AAA8CF

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

Shades of Wistful #AAA8CF

Tints of Wistful #AAA8CF

Color information

#AAA8CF (or 0xAAA8CF) is unknown color: approx Wistful. HEX triplet: AA, A8 and CF. RGB value is (170,168,207). Sum of RGB (Red+Green+Blue) = 170+168+207=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAA8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8CF is #555730. Grayscale: #ACACAC. Windows color (decimal): -5592881 or 13609130. OLE color: 13609130.

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

Color convert

RGB170168207-
CMYK0.180.1900.19
HSL243.08º28.89%73.53%-
HSV(B)243.08º18.84%81.18%-
XYZ41.8441.0664.75-
YUV173.04147.16125.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 168 (66.02% from 255) = 30.83%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=31.19%
G=30.83%
B=37.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701682070.180.1900.19243.0828.8973.53
HexAAA8CF1213013f31d4a
Octal252250317222302336335112
Binary101010101010100011001111100101001101001111110011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8CF; }

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

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

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

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

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

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

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

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