#AAA7CB

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

Shades of Wistful #AAA7CB

Tints of Wistful #AAA7CB

Color information

#AAA7CB (or 0xAAA7CB) is unknown color: approx Wistful. HEX triplet: AA, A7 and CB. RGB value is (170,167,203). Sum of RGB (Red+Green+Blue) = 170+167+203=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAA7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7CB is #555834. Grayscale: #ABABAB. Windows color (decimal): -5593141 or 13346730. OLE color: 13346730.

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

Color convert

RGB170167203-
CMYK0.160.1800.20
HSL245º25.71%72.55%-
HSV(B)245º17.73%79.61%-
XYZ41.1840.562.15-
YUV172145.49126.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 167 (65.62% from 255) = 30.93%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=31.48%
G=30.93%
B=37.59%

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
Decimal1701672030.160.1800.2024525.7172.55
HexAAA7CB1012014f51a49
Octal252247313202202436532111
Binary101010101010011111001011100001001001010011110101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7CB; }

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

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

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

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

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

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

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

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