#A4A0E8

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

Shades of Wistful #A4A0E8

Tints of Wistful #A4A0E8

Color information

#A4A0E8 (or 0xA4A0E8) is unknown color: approx Wistful. HEX triplet: A4, A0 and E8. RGB value is (164,160,232). Sum of RGB (Red+Green+Blue) = 164+160+232=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #A4A0E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A0E8 is #5B5F17. Grayscale: #A9A9A9. Windows color (decimal): -5988120 or 15245476. OLE color: 15245476.

HSL color Cylindrical-coordinate representation of color #A4A0E8: hue angle of 243.33º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4A0E8 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB164160232-
CMYK0.290.3100.09
HSL243.33º61.02%76.86%-
HSV(B)243.33º31.03%90.98%-
XYZ42.4538.8681.61-
YUV169.4163.33124.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.50%
GREEN value IS 160 (62.89% from 255) = 28.78%
BLUE value IS 232 (91.02% from 255) = 41.73%
R=29.50%
G=28.78%
B=41.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1641602320.290.3100.09243.3361.0276.86
HexA4A0E81D1F09f33d4d
Octal244240350353701136375115
Binary101001001010000011101000111011111101001111100111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A0E8; }

 p { color: rgb(164,160,232); }

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

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

 a { background-color: rgb(164,160,232); }

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

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

 span { border-color: rgb(164,160,232); }

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