#A59AE7

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

Shades of Wistful #A59AE7

Tints of Wistful #A59AE7

Color information

#A59AE7 (or 0xA59AE7) is unknown color: approx Wistful. HEX triplet: A5, 9A and E7. RGB value is (165,154,231). Sum of RGB (Red+Green+Blue) = 165+154+231=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #A59AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59AE7 is #5A6518. Grayscale: #A5A5A5. Windows color (decimal): -5924121 or 15178405. OLE color: 15178405.

HSL color Cylindrical-coordinate representation of color #A59AE7: hue angle of 248.57º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A59AE7 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB165154231-
CMYK0.290.3300.09
HSL248.57º61.6%75.49%-
HSV(B)248.57º33.33%90.59%-
XYZ41.536.8880.53-
YUV166.07164.64127.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 231 (90.62% from 255) = 42%
R=30%
G=28%
B=42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651542310.290.3300.09248.5761.675.49
HexA59AE71D2109f93e4b
Octal245232347354101137176113
Binary1010010110011010111001111110110000101001111110011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59AE7; }

 p { color: rgb(165,154,231); }

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

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

 a { background-color: rgb(165,154,231); }

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

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

 span { border-color: rgb(165,154,231); }

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