#AAA1CC

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

Shades of Wistful #AAA1CC

Tints of Wistful #AAA1CC

Color information

#AAA1CC (or 0xAAA1CC) is unknown color: approx Wistful. HEX triplet: AA, A1 and CC. RGB value is (170,161,204). Sum of RGB (Red+Green+Blue) = 170+161+204=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1CC is #555E33. Grayscale: #A8A8A8. Windows color (decimal): -5594676 or 13410730. OLE color: 13410730.

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

Color convert

RGB170161204-
CMYK0.170.2100.2
HSL252.56º29.66%71.57%-
HSV(B)252.56º21.08%80%-
XYZ40.2238.462.42-
YUV168.59147.98129-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=31.78%
G=30.09%
B=38.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701612040.170.2100.2252.5629.6671.57
HexAAA1CC1115014fd1e48
Octal252241314212502437536110
Binary101010101010000111001100100011010101010011111101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1CC; }

 p { color: rgb(170,161,204); }

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

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

 a { background-color: rgb(170,161,204); }

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

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

 span { border-color: rgb(170,161,204); }

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