#A9A7DC

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

Shades of Wistful #A9A7DC

Tints of Wistful #A9A7DC

Color information

#A9A7DC (or 0xA9A7DC) is unknown color: approx Wistful. HEX triplet: A9, A7 and DC. RGB value is (169,167,220). Sum of RGB (Red+Green+Blue) = 169+167+220=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9A7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A7DC is #565823. Grayscale: #ADADAD. Windows color (decimal): -5658660 or 14460841. OLE color: 14460841.

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

Color convert

RGB169167220-
CMYK0.230.2400.14
HSL242.26º43.09%75.88%-
HSV(B)242.26º24.09%86.27%-
XYZ43.141.2473.4-
YUV173.64154.16124.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.40%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=30.40%
G=30.04%
B=39.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691672200.230.2400.14242.2643.0975.88
HexA9A7DC17180Ef22b4c
Octal251247334273001636253114
Binary101010011010011111011100101111100001110111100101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A7DC; }

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

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

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

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

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

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

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

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