#A9A8DF

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

Shades of Wistful #A9A8DF

Tints of Wistful #A9A8DF

Color information

#A9A8DF (or 0xA9A8DF) is unknown color: approx Wistful. HEX triplet: A9, A8 and DF. RGB value is (169,168,223). Sum of RGB (Red+Green+Blue) = 169+168+223=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A8DF is #565720. Grayscale: #AEAEAE. Windows color (decimal): -5658401 or 14657705. OLE color: 14657705.

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

Color convert

RGB169168223-
CMYK0.240.2500.13
HSL241.09º46.22%76.67%-
HSV(B)241.09º24.66%87.45%-
XYZ43.6841.7775.57-
YUV174.57155.33124.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.18%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=30.18%
G=30%
B=39.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691682230.240.2500.13241.0946.2276.67
HexA9A8DF18190Df12e4d
Octal251250337303101536156115
Binary101010011010100011011111110001100101101111100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A8DF; }

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

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

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

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

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

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

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

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