#A4A0EE

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

Shades of Wistful #A4A0EE

Tints of Wistful #A4A0EE

Color information

#A4A0EE (or 0xA4A0EE) is unknown color: approx Wistful. HEX triplet: A4, A0 and EE. RGB value is (164,160,238). Sum of RGB (Red+Green+Blue) = 164+160+238=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A0EE is #5B5F11. Grayscale: #A9A9A9. Windows color (decimal): -5988114 or 15638692. OLE color: 15638692.

HSL color Cylindrical-coordinate representation of color #A4A0EE: hue angle of 243.08º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4A0EE is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164160238-
CMYK0.310.3300.07
HSL243.08º69.64%78.04%-
HSV(B)243.08º32.77%93.33%-
XYZ43.3139.2186.17-
YUV170.09166.33123.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.18%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=29.18%
G=28.47%
B=42.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641602380.310.3300.07243.0869.6478.04
HexA4A0EE1F2107f3464e
Octal244240356374107363106116
Binary1010010010100000111011101111110000101111111001110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A0EE; }

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

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

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

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

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

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

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

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