#AAA2CB

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

Shades of Wistful #AAA2CB

Tints of Wistful #AAA2CB

Color information

#AAA2CB (or 0xAAA2CB) is unknown color: approx Wistful. HEX triplet: AA, A2 and CB. RGB value is (170,162,203). Sum of RGB (Red+Green+Blue) = 170+162+203=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAA2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2CB is #555D34. Grayscale: #A8A8A8. Windows color (decimal): -5594421 or 13345450. OLE color: 13345450.

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

Color convert

RGB170162203-
CMYK0.160.2000.20
HSL251.71º28.28%71.57%-
HSV(B)251.71º20.2%79.61%-
XYZ40.2838.761.85-
YUV169.07147.15128.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 162 (63.67% from 255) = 30.28%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=31.78%
G=30.28%
B=37.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701622030.160.2000.20251.7128.2871.57
HexAAA2CB1014014fc1c48
Octal252242313202402437434110
Binary101010101010001011001011100001010001010011111100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2CB; }

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

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

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

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

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

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

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

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