#A9A4EB

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

Shades of Wistful #A9A4EB

Tints of Wistful #A9A4EB

Color information

#A9A4EB (or 0xA9A4EB) is unknown color: approx Wistful. HEX triplet: A9, A4 and EB. RGB value is (169,164,235). Sum of RGB (Red+Green+Blue) = 169+164+235=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #A9A4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A4EB is #565B14. Grayscale: #ADADAD. Windows color (decimal): -5659413 or 15443113. OLE color: 15443113.

HSL color Cylindrical-coordinate representation of color #A9A4EB: hue angle of 244.23º degrees, saturation: 0.64, 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 #A9A4EB is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169164235-
CMYK0.280.3000.08
HSL244.23º63.96%78.24%-
HSV(B)244.23º30.21%92.16%-
XYZ44.6340.9884.16-
YUV173.59162.66124.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 164 (64.45% from 255) = 28.87%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=29.75%
G=28.87%
B=41.37%

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
Decimal1691642350.280.3000.08244.2363.9678.24
HexA9A4EB1C1E08f4404e
Octal2512443533436010364100116
Binary1010100110100100111010111110011110010001111010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A4EB; }

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

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

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

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

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

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

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

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