#A4A0E4

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

Shades of Wistful #A4A0E4

Tints of Wistful #A4A0E4

Color information

#A4A0E4 (or 0xA4A0E4) is unknown color: approx Wistful. HEX triplet: A4, A0 and E4. RGB value is (164,160,228). Sum of RGB (Red+Green+Blue) = 164+160+228=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 228 - color contains mainly: blue. Hex color #A4A0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A0E4 is #5B5F1B. Grayscale: #A8A8A8. Windows color (decimal): -5988124 or 14983332. OLE color: 14983332.

HSL color Cylindrical-coordinate representation of color #A4A0E4: hue angle of 243.53º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4A0E4 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164160228-
CMYK0.280.3000.11
HSL243.53º55.74%76.08%-
HSV(B)243.53º29.82%89.41%-
XYZ41.8838.6478.65-
YUV168.95161.33124.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.71%
GREEN value IS 160 (62.89% from 255) = 28.99%
BLUE value IS 228 (89.45% from 255) = 41.30%
R=29.71%
G=28.99%
B=41.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641602280.280.3000.11243.5355.7476.08
HexA4A0E41C1E0Bf4384c
Octal244240344343601336470114
Binary101001001010000011100100111001111001011111101001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A0E4; }

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

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

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

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

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

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

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

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