#AAA8CB

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

Shades of Wistful #AAA8CB

Tints of Wistful #AAA8CB

Color information

#AAA8CB (or 0xAAA8CB) is unknown color: approx Wistful. HEX triplet: AA, A8 and CB. RGB value is (170,168,203). Sum of RGB (Red+Green+Blue) = 170+168+203=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAA8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8CB is #555734. Grayscale: #ACACAC. Windows color (decimal): -5592885 or 13346986. OLE color: 13346986.

HSL color Cylindrical-coordinate representation of color #AAA8CB: hue angle of 243.43º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA8CB is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170168203-
CMYK0.160.1700.20
HSL243.43º25.18%72.75%-
HSV(B)243.43º17.24%79.61%-
XYZ41.3640.8662.21-
YUV172.59145.16126.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 168 (66.02% from 255) = 31.05%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=31.42%
G=31.05%
B=37.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701682030.160.1700.20243.4325.1872.75
HexAAA8CB1011014f31949
Octal252250313202102436331111
Binary101010101010100011001011100001000101010011110011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8CB; }

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

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

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

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

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

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

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

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