#AAA6CB

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

Shades of Wistful #AAA6CB

Tints of Wistful #AAA6CB

Color information

#AAA6CB (or 0xAAA6CB) is unknown color: approx Wistful. HEX triplet: AA, A6 and CB. RGB value is (170,166,203). Sum of RGB (Red+Green+Blue) = 170+166+203=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAA6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6CB is #555934. Grayscale: #ABABAB. Windows color (decimal): -5593397 or 13346474. OLE color: 13346474.

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

Color convert

RGB170166203-
CMYK0.160.1800.20
HSL246.49º26.24%72.35%-
HSV(B)246.49º18.23%79.61%-
XYZ40.9940.1362.09-
YUV171.41145.83126.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=31.54%
G=30.80%
B=37.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701662030.160.1800.20246.4926.2472.35
HexAAA6CB1012014f61a48
Octal252246313202202436632110
Binary101010101010011011001011100001001001010011110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6CB; }

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

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

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

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

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

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

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

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