#A5A0EE

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

Shades of Wistful #A5A0EE

Tints of Wistful #A5A0EE

Color information

#A5A0EE (or 0xA5A0EE) is unknown color: approx Wistful. HEX triplet: A5, A0 and EE. RGB value is (165,160,238). Sum of RGB (Red+Green+Blue) = 165+160+238=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A0EE is #5A5F11. Grayscale: #AAAAAA. Windows color (decimal): -5922578 or 15638693. OLE color: 15638693.

HSL color Cylindrical-coordinate representation of color #A5A0EE: hue angle of 243.85º 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 #A5A0EE is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165160238-
CMYK0.310.3300.07
HSL243.85º69.64%78.04%-
HSV(B)243.85º32.77%93.33%-
XYZ43.5239.3186.18-
YUV170.39166.16124.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.31%
GREEN value IS 160 (62.89% from 255) = 28.42%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=29.31%
G=28.42%
B=42.27%

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
Decimal1651602380.310.3300.07243.8569.6478.04
HexA5A0EE1F2107f4464e
Octal245240356374107364106116
Binary1010010110100000111011101111110000101111111010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A0EE; }

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

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

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

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

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

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

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

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