#A9A7DF

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

Shades of Wistful #A9A7DF

Tints of Wistful #A9A7DF

Color information

#A9A7DF (or 0xA9A7DF) is unknown color: approx Wistful. HEX triplet: A9, A7 and DF. RGB value is (169,167,223). Sum of RGB (Red+Green+Blue) = 169+167+223=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9A7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A7DF is #565820. Grayscale: #ADADAD. Windows color (decimal): -5658657 or 14657449. OLE color: 14657449.

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

Color convert

RGB169167223-
CMYK0.240.2500.13
HSL242.14º46.67%76.47%-
HSV(B)242.14º25.11%87.45%-
XYZ43.541.475.51-
YUV173.98155.66124.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.23%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=30.23%
G=29.87%
B=39.89%

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
Decimal1691672230.240.2500.13242.1446.6776.47
HexA9A7DF18190Df22f4c
Octal251247337303101536257114
Binary101010011010011111011111110001100101101111100101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A7DF; }

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

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

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

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

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

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

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

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