#A8A9C1

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

Shades of Wistful #A8A9C1

Tints of Wistful #A8A9C1

Color information

#A8A9C1 (or 0xA8A9C1) is unknown color: approx Wistful. HEX triplet: A8, A9 and C1. RGB value is (168,169,193). Sum of RGB (Red+Green+Blue) = 168+169+193=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #A8A9C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A9C1 is #57563E. Grayscale: #ABABAB. Windows color (decimal): -5723711 or 12691880. OLE color: 12691880.

HSL color Cylindrical-coordinate representation of color #A8A9C1: hue angle of 237.6º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8A9C1 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168169193-
CMYK0.130.1200.24
HSL237.6º16.78%70.78%-
HSV(B)237.6º12.95%75.69%-
XYZ39.9640.5556.17-
YUV171.44140.17125.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 193 (75.78% from 255) = 36.42%
R=31.70%
G=31.89%
B=36.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681691930.130.1200.24237.616.7870.78
HexA8A9C1DC018ee1147
Octal250251301151403035621107
Binary1010100010101001110000011101110001100011101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A9C1; }

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

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

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

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

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

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

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

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