#AAA6DC

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

Shades of Wistful #AAA6DC

Tints of Wistful #AAA6DC

Color information

#AAA6DC (or 0xAAA6DC) is unknown color: approx Wistful. HEX triplet: AA, A6 and DC. RGB value is (170,166,220). Sum of RGB (Red+Green+Blue) = 170+166+220=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAA6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6DC is #555923. Grayscale: #ADADAD. Windows color (decimal): -5593380 or 14460586. OLE color: 14460586.

HSL color Cylindrical-coordinate representation of color #AAA6DC: hue angle of 244.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA6DC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170166220-
CMYK0.230.2500.14
HSL244.44º43.55%75.69%-
HSV(B)244.44º24.55%86.27%-
XYZ43.1340.9973.35-
YUV173.35154.33125.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 166 (65.23% from 255) = 29.86%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=30.58%
G=29.86%
B=39.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701662200.230.2500.14244.4443.5575.69
HexAAA6DC17190Ef42c4c
Octal252246334273101636454114
Binary101010101010011011011100101111100101110111101001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6DC; }

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

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

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

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

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

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

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

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