#A9A6E5

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

Shades of Wistful #A9A6E5

Tints of Wistful #A9A6E5

Color information

#A9A6E5 (or 0xA9A6E5) is unknown color: approx Wistful. HEX triplet: A9, A6 and E5. RGB value is (169,166,229). Sum of RGB (Red+Green+Blue) = 169+166+229=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #A9A6E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6E5 is #56591A. Grayscale: #ADADAD. Windows color (decimal): -5658907 or 15050409. OLE color: 15050409.

HSL color Cylindrical-coordinate representation of color #A9A6E5: hue angle of 242.86º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9A6E5 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB169166229-
CMYK0.260.2800.10
HSL242.86º54.78%77.45%-
HSV(B)242.86º27.51%89.8%-
XYZ44.1441.3679.79-
YUV174.08158.99124.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.96%
GREEN value IS 166 (65.23% from 255) = 29.43%
BLUE value IS 229 (89.84% from 255) = 40.60%
R=29.96%
G=29.43%
B=40.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1691662290.260.2800.10242.8654.7877.45
HexA9A6E51A1C0Af3374d
Octal251246345323401236367115
Binary101010011010011011100101110101110001010111100111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A6E5; }

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

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

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

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

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

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

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

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