#A9A1D0

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

Shades of Wistful #A9A1D0

Tints of Wistful #A9A1D0

Color information

#A9A1D0 (or 0xA9A1D0) is unknown color: approx Wistful. HEX triplet: A9, A1 and D0. RGB value is (169,161,208). Sum of RGB (Red+Green+Blue) = 169+161+208=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #A9A1D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A1D0 is #565E2F. Grayscale: #A8A8A8. Windows color (decimal): -5660208 or 13672873. OLE color: 13672873.

HSL color Cylindrical-coordinate representation of color #A9A1D0: hue angle of 250.21º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9A1D0 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169161208-
CMYK0.190.2300.18
HSL250.21º33.33%72.35%-
HSV(B)250.21º22.6%81.57%-
XYZ40.4938.4864.97-
YUV168.75150.15128.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=31.41%
G=29.93%
B=38.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691612080.190.2300.18250.2133.3372.35
HexA9A1D01317012fa2148
Octal251241320232702237241110
Binary1010100110100001110100001001110111010010111110101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A1D0; }

 p { color: rgb(169,161,208); }

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

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

 a { background-color: rgb(169,161,208); }

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

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

 span { border-color: rgb(169,161,208); }

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