#A9A0C9

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

Shades of Wistful #A9A0C9

Tints of Wistful #A9A0C9

Color information

#A9A0C9 (or 0xA9A0C9) is unknown color: approx Wistful. HEX triplet: A9, A0 and C9. RGB value is (169,160,201). Sum of RGB (Red+Green+Blue) = 169+160+201=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 201 - color contains mainly: blue. Hex color #A9A0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A0C9 is #565F36. Grayscale: #A7A7A7. Windows color (decimal): -5660471 or 13213865. OLE color: 13213865.

HSL color Cylindrical-coordinate representation of color #A9A0C9: hue angle of 253.17º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9A0C9 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169160201-
CMYK0.160.2000.21
HSL253.17º27.52%70.78%-
HSV(B)253.17º20.4%78.82%-
XYZ39.4837.7960.47-
YUV167.36146.98129.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 201 (78.91% from 255) = 37.92%
R=31.89%
G=30.19%
B=37.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691602010.160.2000.21253.1727.5270.78
HexA9A0C91014015fd1c47
Octal251240311202402537534107
Binary101010011010000011001001100001010001010111111101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A0C9; }

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

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

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

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

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

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

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

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