#A9AADF

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

Shades of Wistful #A9AADF

Tints of Wistful #A9AADF

Color information

#A9AADF (or 0xA9AADF) is unknown color: approx Wistful. HEX triplet: A9, AA and DF. RGB value is (169,170,223). Sum of RGB (Red+Green+Blue) = 169+170+223=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AADF is #565520. Grayscale: #AFAFAF. Windows color (decimal): -5657889 or 14658217. OLE color: 14658217.

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

Color convert

RGB169170223-
CMYK0.240.2400.13
HSL238.89º45.76%76.86%-
HSV(B)238.89º24.22%87.45%-
XYZ44.0642.5175.7-
YUV175.74154.67123.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=30.07%
G=30.25%
B=39.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691702230.240.2400.13238.8945.7676.86
HexA9AADF18180Def2e4d
Octal251252337303001535756115
Binary101010011010101011011111110001100001101111011111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AADF; }

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

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

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

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

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

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

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

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