#A9A6CA

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

Shades of Wistful #A9A6CA

Tints of Wistful #A9A6CA

Color information

#A9A6CA (or 0xA9A6CA) is unknown color: approx Wistful. HEX triplet: A9, A6 and CA. RGB value is (169,166,202). Sum of RGB (Red+Green+Blue) = 169+166+202=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6CA is #565935. Grayscale: #AAAAAA. Windows color (decimal): -5658934 or 13280937. OLE color: 13280937.

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

Color convert

RGB169166202-
CMYK0.160.1800.21
HSL245º25.35%72.16%-
HSV(B)245º17.82%79.22%-
XYZ40.6639.9761.45-
YUV171145.49126.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=31.47%
G=30.91%
B=37.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691662020.160.1800.2124525.3572.16
HexA9A6CA1012015f51948
Octal251246312202202536531110
Binary101010011010011011001010100001001001010111110101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A6CA; }

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

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

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

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

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

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

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

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