#A9A7CA

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

Shades of Wistful #A9A7CA

Tints of Wistful #A9A7CA

Color information

#A9A7CA (or 0xA9A7CA) is unknown color: approx Wistful. HEX triplet: A9, A7 and CA. RGB value is (169,167,202). Sum of RGB (Red+Green+Blue) = 169+167+202=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A7CA is #565835. Grayscale: #ABABAB. Windows color (decimal): -5658678 or 13281193. OLE color: 13281193.

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

Color convert

RGB169167202-
CMYK0.160.1700.21
HSL243.43º24.82%72.35%-
HSV(B)243.43º17.33%79.22%-
XYZ40.8440.3461.51-
YUV171.59145.16126.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 167 (65.62% from 255) = 31.04%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=31.41%
G=31.04%
B=37.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691672020.160.1700.21243.4324.8272.35
HexA9A7CA1011015f31948
Octal251247312202102536331110
Binary101010011010011111001010100001000101010111110011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A7CA; }

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

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

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

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

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

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

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

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