#a9a4ea

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

Shades of Wistful #A9A4EA

Tints of Wistful #A9A4EA

Color information

#A9A4EA (or 0xA9A4EA) is unknown color: approx Wistful. HEX triplet: A9, A4 and EA. RGB value is (169,164,234). Sum of RGB (Red+Green+Blue) = 169+164+234=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9A4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A4EA is #565B15. Grayscale: #ADADAD. Windows color (decimal): -5659414 or 15377577. OLE color: 15377577.

HSL color Cylindrical-coordinate representation of color #A9A4EA: hue angle of 244.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9A4EA is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169164234-
CMYK0.280.3000.08
HSL244.29º62.5%78.04%-
HSV(B)244.29º29.91%91.76%-
XYZ44.4940.9383.4-
YUV173.48162.16124.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.81%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=29.81%
G=28.92%
B=41.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691642340.280.3000.08244.2962.578.04
HexA9A4EA1C1E08f43e4e
Octal251244352343601036476116
Binary101010011010010011101010111001111001000111101001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9a4ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9a4ea; }

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

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

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

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

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

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

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

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