#A9A0DE

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

Shades of Wistful #A9A0DE

Tints of Wistful #A9A0DE

Color information

#A9A0DE (or 0xA9A0DE) is unknown color: approx Wistful. HEX triplet: A9, A0 and DE. RGB value is (169,160,222). Sum of RGB (Red+Green+Blue) = 169+160+222=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9A0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A0DE is #565F21. Grayscale: #A9A9A9. Windows color (decimal): -5660450 or 14590121. OLE color: 14590121.

HSL color Cylindrical-coordinate representation of color #A9A0DE: hue angle of 248.71º degrees, saturation: 0.48, 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 #A9A0DE is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169160222-
CMYK0.240.2800.13
HSL248.71º48.44%74.9%-
HSV(B)248.71º27.93%87.06%-
XYZ42.1238.8574.39-
YUV169.76157.48127.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.67%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=30.67%
G=29.04%
B=40.29%

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
Decimal1691602220.240.2800.13248.7148.4474.9
HexA9A0DE181C0Df9304b
Octal251240336303401537160113
Binary101010011010000011011110110001110001101111110011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A0DE; }

 p { color: rgb(169,160,222); }

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

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

 a { background-color: rgb(169,160,222); }

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

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

 span { border-color: rgb(169,160,222); }

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