#A4A3E5

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

Shades of Wistful #A4A3E5

Tints of Wistful #A4A3E5

Color information

#A4A3E5 (or 0xA4A3E5) is unknown color: approx Wistful. HEX triplet: A4, A3 and E5. RGB value is (164,163,229). Sum of RGB (Red+Green+Blue) = 164+163+229=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #A4A3E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A3E5 is #5B5C1A. Grayscale: #AAAAAA. Windows color (decimal): -5987355 or 15049636. OLE color: 15049636.

HSL color Cylindrical-coordinate representation of color #A4A3E5: hue angle of 240.91º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4A3E5 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB164163229-
CMYK0.280.2900.10
HSL240.91º55.93%76.86%-
HSV(B)240.91º28.82%89.8%-
XYZ42.5539.7479.56-
YUV170.82160.83123.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.50%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 229 (89.84% from 255) = 41.19%
R=29.50%
G=29.32%
B=41.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1641632290.280.2900.10240.9155.9376.86
HexA4A3E51C1D0Af1384d
Octal244243345343501236170115
Binary101001001010001111100101111001110101010111100011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A3E5; }

 p { color: rgb(164,163,229); }

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

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

 a { background-color: rgb(164,163,229); }

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

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

 span { border-color: rgb(164,163,229); }

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