#AAA6CC

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

Shades of Wistful #AAA6CC

Tints of Wistful #AAA6CC

Color information

#AAA6CC (or 0xAAA6CC) is unknown color: approx Wistful. HEX triplet: AA, A6 and CC. RGB value is (170,166,204). Sum of RGB (Red+Green+Blue) = 170+166+204=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAA6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6CC is #555933. Grayscale: #ABABAB. Windows color (decimal): -5593396 or 13412010. OLE color: 13412010.

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

Color convert

RGB170166204-
CMYK0.170.1900.2
HSL246.32º27.14%72.55%-
HSV(B)246.32º18.63%80%-
XYZ41.1140.1862.72-
YUV171.53146.33126.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 166 (65.23% from 255) = 30.74%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=31.48%
G=30.74%
B=37.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701662040.170.1900.2246.3227.1472.55
HexAAA6CC1113014f61b49
Octal252246314212302436633111
Binary101010101010011011001100100011001101010011110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6CC; }

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

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

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

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

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

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

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

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