#A9A9DC

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

Shades of Wistful #A9A9DC

Tints of Wistful #A9A9DC

Color information

#A9A9DC (or 0xA9A9DC) is unknown color: approx Wistful. HEX triplet: A9, A9 and DC. RGB value is (169,169,220). Sum of RGB (Red+Green+Blue) = 169+169+220=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9A9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A9DC is #565623. Grayscale: #AEAEAE. Windows color (decimal): -5658148 or 14461353. OLE color: 14461353.

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

Color convert

RGB169169220-
CMYK0.230.2300.14
HSL240º42.15%76.27%-
HSV(B)240º23.18%86.27%-
XYZ43.4741.9873.52-
YUV174.81153.5123.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.29%
GREEN value IS 169 (66.41% from 255) = 30.29%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=30.29%
G=30.29%
B=39.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691692200.230.2300.1424042.1576.27
HexA9A9DC17170Ef02a4c
Octal251251334272701636052114
Binary101010011010100111011100101111011101110111100001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A9DC; }

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

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

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

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

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

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

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

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