#A9A5DF

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

Shades of Wistful #A9A5DF

Tints of Wistful #A9A5DF

Color information

#A9A5DF (or 0xA9A5DF) is unknown color: approx Wistful. HEX triplet: A9, A5 and DF. RGB value is (169,165,223). Sum of RGB (Red+Green+Blue) = 169+165+223=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9A5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A5DF is #565A20. Grayscale: #ACACAC. Windows color (decimal): -5659169 or 14656937. OLE color: 14656937.

HSL color Cylindrical-coordinate representation of color #A9A5DF: hue angle of 244.14º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9A5DF is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169165223-
CMYK0.240.2600.13
HSL244.14º47.54%76.08%-
HSV(B)244.14º26.01%87.45%-
XYZ43.1440.6775.39-
YUV172.81156.33125.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.34%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=30.34%
G=29.62%
B=40.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691652230.240.2600.13244.1447.5476.08
HexA9A5DF181A0Df4304c
Octal251245337303201536460114
Binary101010011010010111011111110001101001101111101001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A5DF; }

 p { color: rgb(169,165,223); }

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

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

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

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

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

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

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