#AAA8DB

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

Shades of Wistful #AAA8DB

Tints of Wistful #AAA8DB

Color information

#AAA8DB (or 0xAAA8DB) is unknown color: approx Wistful. HEX triplet: AA, A8 and DB. RGB value is (170,168,219). Sum of RGB (Red+Green+Blue) = 170+168+219=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAA8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8DB is #555724. Grayscale: #AEAEAE. Windows color (decimal): -5592869 or 14395562. OLE color: 14395562.

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

Color convert

RGB170168219-
CMYK0.220.2300.14
HSL242.35º41.46%75.88%-
HSV(B)242.35º23.29%85.88%-
XYZ43.3741.6772.77-
YUV174.41153.16124.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=30.52%
G=30.16%
B=39.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701682190.220.2300.14242.3541.4675.88
HexAAA8DB16170Ef2294c
Octal252250333262701636251114
Binary101010101010100011011011101101011101110111100101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8DB; }

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

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

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

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

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

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

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

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