#A9A8C4

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

Shades of Wistful #A9A8C4

Tints of Wistful #A9A8C4

Color information

#A9A8C4 (or 0xA9A8C4) is unknown color: approx Wistful. HEX triplet: A9, A8 and C4. RGB value is (169,168,196). Sum of RGB (Red+Green+Blue) = 169+168+196=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #A9A8C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A8C4 is #56573B. Grayscale: #ABABAB. Windows color (decimal): -5658428 or 12888233. OLE color: 12888233.

HSL color Cylindrical-coordinate representation of color #A9A8C4: hue angle of 242.14º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9A8C4 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169168196-
CMYK0.140.1400.23
HSL242.14º19.18%71.37%-
HSV(B)242.14º14.29%76.86%-
XYZ40.3340.4357.9-
YUV171.49141.83126.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=31.71%
G=31.52%
B=36.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691681960.140.1400.23242.1419.1871.37
HexA9A8C4EE017f21347
Octal251250304161602736223107
Binary1010100110101000110001001110111001011111110010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A8C4; }

 p { color: rgb(169,168,196); }

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

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

 a { background-color: rgb(169,168,196); }

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

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

 span { border-color: rgb(169,168,196); }

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