#A59EE3

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

Shades of Wistful #A59EE3

Tints of Wistful #A59EE3

Color information

#A59EE3 (or 0xA59EE3) is unknown color: approx Wistful. HEX triplet: A5, 9E and E3. RGB value is (165,158,227). Sum of RGB (Red+Green+Blue) = 165+158+227=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 227 (89.06% from 255 or 41.27% from 550); Max value from RGB is 227 - color contains mainly: blue. Hex color #A59EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EE3 is #5A611C. Grayscale: #A7A7A7. Windows color (decimal): -5923101 or 14917285. OLE color: 14917285.

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

Color convert

RGB165158227-
CMYK0.270.3000.11
HSL246.09º55.2%75.49%-
HSV(B)246.09º30.4%89.02%-
XYZ41.613877.81-
YUV167.96161.32125.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 158 (62.11% from 255) = 28.73%
BLUE value IS 227 (89.06% from 255) = 41.27%
R=30%
G=28.73%
B=41.27%

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
Decimal1651582270.270.3000.11246.0955.275.49
HexA59EE31B1E0Bf6374b
Octal245236343333601336667113
Binary101001011001111011100011110111111001011111101101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59EE3; }

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

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

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

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

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

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

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

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