#a9a0e2

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

Shades of Wistful #A9A0E2

Tints of Wistful #A9A0E2

Color information

#A9A0E2 (or 0xA9A0E2) is unknown color: approx Wistful. HEX triplet: A9, A0 and E2. RGB value is (169,160,226). Sum of RGB (Red+Green+Blue) = 169+160+226=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 226 (88.67% from 255 or 40.72% from 555); Max value from RGB is 226 - color contains mainly: blue. Hex color #A9A0E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A0E2 is #565F1D. Grayscale: #A9A9A9. Windows color (decimal): -5660446 or 14852265. OLE color: 14852265.

HSL color Cylindrical-coordinate representation of color #A9A0E2: hue angle of 248.18º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9A0E2 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169160226-
CMYK0.250.2900.11
HSL248.18º53.23%75.69%-
HSV(B)248.18º29.2%88.63%-
XYZ42.6639.0777.24-
YUV170.22159.48127.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 160 (62.89% from 255) = 28.83%
BLUE value IS 226 (88.67% from 255) = 40.72%
R=30.45%
G=28.83%
B=40.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691602260.250.2900.11248.1853.2375.69
HexA9A0E2191D0Bf8354c
Octal251240342313501337065114
Binary101010011010000011100010110011110101011111110001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9a0e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9a0e2; }

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

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

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

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

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

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

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

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