#A8A9CD

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

Shades of Wistful #A8A9CD

Tints of Wistful #A8A9CD

Color information

#A8A9CD (or 0xA8A9CD) is unknown color: approx Wistful. HEX triplet: A8, A9 and CD. RGB value is (168,169,205). Sum of RGB (Red+Green+Blue) = 168+169+205=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8A9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A9CD is #575632. Grayscale: #ACACAC. Windows color (decimal): -5723699 or 13478312. OLE color: 13478312.

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

Color convert

RGB168169205-
CMYK0.180.1800.20
HSL238.38º27.01%73.14%-
HSV(B)238.38º18.05%80.39%-
XYZ41.3641.1163.51-
YUV172.8146.17124.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=31.00%
G=31.18%
B=37.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681692050.180.1800.20238.3827.0173.14
HexA8A9CD1212014ee1b49
Octal250251315222202435633111
Binary101010001010100111001101100101001001010011101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A9CD; }

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

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

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

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

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

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

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

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