#AAA7DB

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

Shades of Wistful #AAA7DB

Tints of Wistful #AAA7DB

Color information

#AAA7DB (or 0xAAA7DB) is unknown color: approx Wistful. HEX triplet: AA, A7 and DB. RGB value is (170,167,219). Sum of RGB (Red+Green+Blue) = 170+167+219=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAA7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7DB is #555824. Grayscale: #ADADAD. Windows color (decimal): -5593125 or 14395306. OLE color: 14395306.

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

Color convert

RGB170167219-
CMYK0.220.2400.14
HSL243.46º41.94%75.69%-
HSV(B)243.46º23.74%85.88%-
XYZ43.1841.372.71-
YUV173.82153.49125.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=30.58%
G=30.04%
B=39.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701672190.220.2400.14243.4641.9475.69
HexAAA7DB16180Ef32a4c
Octal252247333263001636352114
Binary101010101010011111011011101101100001110111100111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7DB; }

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

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

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

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

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

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

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

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