#A9A0CA

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

Shades of Wistful #A9A0CA

Tints of Wistful #A9A0CA

Color information

#A9A0CA (or 0xA9A0CA) is unknown color: approx Wistful. HEX triplet: A9, A0 and CA. RGB value is (169,160,202). Sum of RGB (Red+Green+Blue) = 169+160+202=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A0CA is #565F35. Grayscale: #A7A7A7. Windows color (decimal): -5660470 or 13279401. OLE color: 13279401.

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

Color convert

RGB169160202-
CMYK0.160.2100.21
HSL252.86º28.38%70.98%-
HSV(B)252.86º20.79%79.22%-
XYZ39.5937.8461.09-
YUV167.48147.48129.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.83%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=31.83%
G=30.13%
B=38.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691602020.160.2100.21252.8628.3870.98
HexA9A0CA1015015fd1c47
Octal251240312202502537534107
Binary101010011010000011001010100001010101010111111101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A0CA; }

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

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

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

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

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

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

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

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