#AAA0DB

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

Shades of Wistful #AAA0DB

Tints of Wistful #AAA0DB

Color information

#AAA0DB (or 0xAAA0DB) is unknown color: approx Wistful. HEX triplet: AA, A0 and DB. RGB value is (170,160,219). Sum of RGB (Red+Green+Blue) = 170+160+219=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0DB is #555F24. Grayscale: #A9A9A9. Windows color (decimal): -5594917 or 14393514. OLE color: 14393514.

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

Color convert

RGB170160219-
CMYK0.220.2700.14
HSL250.17º45.04%74.31%-
HSV(B)250.17º26.94%85.88%-
XYZ41.9338.872.3-
YUV169.72155.81128.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 160 (62.89% from 255) = 29.14%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=30.97%
G=29.14%
B=39.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701602190.220.2700.14250.1745.0474.31
HexAAA0DB161B0Efa2d4a
Octal252240333263301637255112
Binary101010101010000011011011101101101101110111110101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0DB; }

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

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

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

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

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

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

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

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