#A4A0EA

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

Shades of Wistful #A4A0EA

Tints of Wistful #A4A0EA

Color information

#A4A0EA (or 0xA4A0EA) is unknown color: approx Wistful. HEX triplet: A4, A0 and EA. RGB value is (164,160,234). Sum of RGB (Red+Green+Blue) = 164+160+234=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A0EA is #5B5F15. Grayscale: #A9A9A9. Windows color (decimal): -5988118 or 15376548. OLE color: 15376548.

HSL color Cylindrical-coordinate representation of color #A4A0EA: hue angle of 243.24º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4A0EA is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164160234-
CMYK0.300.3200.08
HSL243.24º63.79%77.25%-
HSV(B)243.24º31.62%91.76%-
XYZ42.7338.9783.11-
YUV169.63164.33123.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.39%
GREEN value IS 160 (62.89% from 255) = 28.67%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=29.39%
G=28.67%
B=41.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641602340.300.3200.08243.2463.7977.25
HexA4A0EA1E2008f3404d
Octal2442403523640010363100115
Binary10100100101000001110101011110100000010001111001110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A0EA; }

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

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

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

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

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

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

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

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