#A9A4D0

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

Shades of Wistful #A9A4D0

Tints of Wistful #A9A4D0

Color information

#A9A4D0 (or 0xA9A4D0) is unknown color: approx Wistful. HEX triplet: A9, A4 and D0. RGB value is (169,164,208). Sum of RGB (Red+Green+Blue) = 169+164+208=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #A9A4D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A4D0 is #565B2F. Grayscale: #AAAAAA. Windows color (decimal): -5659440 or 13673641. OLE color: 13673641.

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

Color convert

RGB169164208-
CMYK0.190.2100.18
HSL246.82º31.88%72.94%-
HSV(B)246.82º21.15%81.57%-
XYZ41.0239.5465.14-
YUV170.51149.16126.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 208 (81.64% from 255) = 38.45%
R=31.24%
G=30.31%
B=38.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691642080.190.2100.18246.8231.8872.94
HexA9A4D01315012f72049
Octal251244320232502236740111
Binary1010100110100100110100001001110101010010111101111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A4D0; }

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

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

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

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

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

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

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

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