#AAA3DC

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

Shades of Wistful #AAA3DC

Tints of Wistful #AAA3DC

Color information

#AAA3DC (or 0xAAA3DC) is unknown color: approx Wistful. HEX triplet: AA, A3 and DC. RGB value is (170,163,220). Sum of RGB (Red+Green+Blue) = 170+163+220=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAA3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3DC is #555C23. Grayscale: #ABABAB. Windows color (decimal): -5594148 or 14459818. OLE color: 14459818.

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

Color convert

RGB170163220-
CMYK0.230.2600.14
HSL247.37º44.88%75.1%-
HSV(B)247.37º25.91%86.27%-
XYZ42.5939.9173.17-
YUV171.59155.32126.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 163 (64.06% from 255) = 29.48%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=30.74%
G=29.48%
B=39.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701632200.230.2600.14247.3744.8875.1
HexAAA3DC171A0Ef72d4b
Octal252243334273201636755113
Binary101010101010001111011100101111101001110111101111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3DC; }

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

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

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

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

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

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

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

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