#A59AE0

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

Shades of Wistful #A59AE0

Tints of Wistful #A59AE0

Color information

#A59AE0 (or 0xA59AE0) is unknown color: approx Wistful. HEX triplet: A5, 9A and E0. RGB value is (165,154,224). Sum of RGB (Red+Green+Blue) = 165+154+224=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #A59AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59AE0 is #5A651F. Grayscale: #A5A5A5. Windows color (decimal): -5924128 or 14719653. OLE color: 14719653.

HSL color Cylindrical-coordinate representation of color #A59AE0: hue angle of 249.43º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A59AE0 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB165154224-
CMYK0.260.3100.12
HSL249.43º53.03%74.12%-
HSV(B)249.43º31.25%87.84%-
XYZ40.5336.4975.43-
YUV165.27161.14127.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.39%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=30.39%
G=28.36%
B=41.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1651542240.260.3100.12249.4353.0374.12
HexA59AE01A1F0Cf9354a
Octal245232340323701437165112
Binary101001011001101011100000110101111101100111110011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59AE0; }

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

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

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

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

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

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

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

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