#A8A9CB

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

Shades of Wistful #A8A9CB

Tints of Wistful #A8A9CB

Color information

#A8A9CB (or 0xA8A9CB) is unknown color: approx Wistful. HEX triplet: A8, A9 and CB. RGB value is (168,169,203). Sum of RGB (Red+Green+Blue) = 168+169+203=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8A9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A9CB is #575634. Grayscale: #ACACAC. Windows color (decimal): -5723701 or 13347240. OLE color: 13347240.

HSL color Cylindrical-coordinate representation of color #A8A9CB: hue angle of 238.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8A9CB is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168169203-
CMYK0.170.1700.20
HSL238.29º25.18%72.75%-
HSV(B)238.29º17.24%79.61%-
XYZ41.1241.0162.25-
YUV172.58145.17124.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.11%
GREEN value IS 169 (66.41% from 255) = 31.30%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=31.11%
G=31.30%
B=37.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681692030.170.1700.20238.2925.1872.75
HexA8A9CB1111014ee1949
Octal250251313212102435631111
Binary101010001010100111001011100011000101010011101110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A9CB; }

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

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

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

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

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

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

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

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