#A5A0E3

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

Shades of Wistful #A5A0E3

Tints of Wistful #A5A0E3

Color information

#A5A0E3 (or 0xA5A0E3) is unknown color: approx Wistful. HEX triplet: A5, A0 and E3. RGB value is (165,160,227). Sum of RGB (Red+Green+Blue) = 165+160+227=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 227 (89.06% from 255 or 41.12% from 552); Max value from RGB is 227 - color contains mainly: blue. Hex color #A5A0E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0E3 is #5A5F1C. Grayscale: #A8A8A8. Windows color (decimal): -5922589 or 14917797. OLE color: 14917797.

HSL color Cylindrical-coordinate representation of color #A5A0E3: hue angle of 244.48º degrees, saturation: 0.54, 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 #A5A0E3 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165160227-
CMYK0.270.3000.11
HSL244.48º54.47%75.88%-
HSV(B)244.48º29.52%89.02%-
XYZ41.9538.6977.93-
YUV169.13160.66125.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.89%
GREEN value IS 160 (62.89% from 255) = 28.99%
BLUE value IS 227 (89.06% from 255) = 41.12%
R=29.89%
G=28.99%
B=41.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651602270.270.3000.11244.4854.4775.88
HexA5A0E31B1E0Bf4364c
Octal245240343333601336466114
Binary101001011010000011100011110111111001011111101001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A0E3; }

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

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

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

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

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

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

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

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