#A9A2DC

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

Shades of Wistful #A9A2DC

Tints of Wistful #A9A2DC

Color information

#A9A2DC (or 0xA9A2DC) is unknown color: approx Wistful. HEX triplet: A9, A2 and DC. RGB value is (169,162,220). Sum of RGB (Red+Green+Blue) = 169+162+220=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9A2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A2DC is #565D23. Grayscale: #AAAAAA. Windows color (decimal): -5659940 or 14459561. OLE color: 14459561.

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

Color convert

RGB169162220-
CMYK0.230.2600.14
HSL247.24º45.31%74.9%-
HSV(B)247.24º26.36%86.27%-
XYZ42.239.4473.1-
YUV170.7155.82126.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.67%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=30.67%
G=29.40%
B=39.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691622200.230.2600.14247.2445.3174.9
HexA9A2DC171A0Ef72d4b
Octal251242334273201636755113
Binary101010011010001011011100101111101001110111101111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A2DC; }

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

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

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

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

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

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

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

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