#AAA4DB

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

Shades of Wistful #AAA4DB

Tints of Wistful #AAA4DB

Color information

#AAA4DB (or 0xAAA4DB) is unknown color: approx Wistful. HEX triplet: AA, A4 and DB. RGB value is (170,164,219). Sum of RGB (Red+Green+Blue) = 170+164+219=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4DB is #555B24. Grayscale: #ABABAB. Windows color (decimal): -5593893 or 14394538. OLE color: 14394538.

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

Color convert

RGB170164219-
CMYK0.220.2500.14
HSL246.55º43.31%75.1%-
HSV(B)246.55º25.11%85.88%-
XYZ42.6440.2172.53-
YUV172.06154.49126.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=30.74%
G=29.66%
B=39.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701642190.220.2500.14246.5543.3175.1
HexAAA4DB16190Ef72b4b
Octal252244333263101636753113
Binary101010101010010011011011101101100101110111101111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4DB; }

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

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

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

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

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

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

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

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