#A9A6DC

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

Shades of Wistful #A9A6DC

Tints of Wistful #A9A6DC

Color information

#A9A6DC (or 0xA9A6DC) is unknown color: approx Wistful. HEX triplet: A9, A6 and DC. RGB value is (169,166,220). Sum of RGB (Red+Green+Blue) = 169+166+220=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6DC is #565923. Grayscale: #ACACAC. Windows color (decimal): -5658916 or 14460585. OLE color: 14460585.

HSL color Cylindrical-coordinate representation of color #A9A6DC: hue angle of 243.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9A6DC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169166220-
CMYK0.230.2500.14
HSL243.33º43.55%75.69%-
HSV(B)243.33º24.55%86.27%-
XYZ42.9240.8773.34-
YUV173.05154.49125.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 166 (65.23% from 255) = 29.91%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=30.45%
G=29.91%
B=39.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691662200.230.2500.14243.3343.5575.69
HexA9A6DC17190Ef32c4c
Octal251246334273101636354114
Binary101010011010011011011100101111100101110111100111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A6DC; }

 p { color: rgb(169,166,220); }

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

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

 a { background-color: rgb(169,166,220); }

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

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

 span { border-color: rgb(169,166,220); }

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