#A8A5C9

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

Shades of Wistful #A8A5C9

Tints of Wistful #A8A5C9

Color information

#A8A5C9 (or 0xA8A5C9) is unknown color: approx Wistful. HEX triplet: A8, A5 and C9. RGB value is (168,165,201). Sum of RGB (Red+Green+Blue) = 168+165+201=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #A8A5C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A5C9 is #575A36. Grayscale: #A9A9A9. Windows color (decimal): -5724727 or 13215144. OLE color: 13215144.

HSL color Cylindrical-coordinate representation of color #A8A5C9: 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 #A8A5C9 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168165201-
CMYK0.160.1800.21
HSL245º25%71.76%-
HSV(B)245º17.91%78.82%-
XYZ40.1539.4560.76-
YUV170145.49126.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 165 (64.84% from 255) = 30.90%
BLUE value IS 201 (78.91% from 255) = 37.64%
R=31.46%
G=30.90%
B=37.64%

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
Decimal1681652010.160.1800.212452571.76
HexA8A5C91012015f51948
Octal250245311202202536531110
Binary101010001010010111001001100001001001010111110101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A5C9; }

 p { color: rgb(168,165,201); }

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

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

 a { background-color: rgb(168,165,201); }

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

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

 span { border-color: rgb(168,165,201); }

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