#AAA0DF

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

Shades of Wistful #AAA0DF

Tints of Wistful #AAA0DF

Color information

#AAA0DF (or 0xAAA0DF) is unknown color: approx Wistful. HEX triplet: AA, A0 and DF. RGB value is (170,160,223). Sum of RGB (Red+Green+Blue) = 170+160+223=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAA0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0DF is #555F20. Grayscale: #A9A9A9. Windows color (decimal): -5594913 or 14655658. OLE color: 14655658.

HSL color Cylindrical-coordinate representation of color #AAA0DF: hue angle of 249.52º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA0DF is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170160223-
CMYK0.240.2800.13
HSL249.52º49.61%75.1%-
HSV(B)249.52º28.25%87.45%-
XYZ42.4739.0275.1-
YUV170.17157.81127.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 160 (62.89% from 255) = 28.93%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=30.74%
G=28.93%
B=40.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701602230.240.2800.13249.5249.6175.1
HexAAA0DF181C0Dfa324b
Octal252240337303401537262113
Binary101010101010000011011111110001110001101111110101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0DF; }

 p { color: rgb(170,160,223); }

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

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

 a { background-color: rgb(170,160,223); }

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

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

 span { border-color: rgb(170,160,223); }

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