#A59FE0

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

Shades of Wistful #A59FE0

Tints of Wistful #A59FE0

Color information

#A59FE0 (or 0xA59FE0) is unknown color: approx Wistful. HEX triplet: A5, 9F and E0. RGB value is (165,159,224). Sum of RGB (Red+Green+Blue) = 165+159+224=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #A59FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FE0 is #5A601F. Grayscale: #A7A7A7. Windows color (decimal): -5922848 or 14720933. OLE color: 14720933.

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

Color convert

RGB165159224-
CMYK0.260.2900.12
HSL245.54º51.18%75.1%-
HSV(B)245.54º29.02%87.84%-
XYZ41.3738.1875.71-
YUV168.2159.49125.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.11%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 224 (87.89% from 255) = 40.88%
R=30.11%
G=29.01%
B=40.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1651592240.260.2900.12245.5451.1875.1
HexA59FE01A1D0Cf6334b
Octal245237340323501436663113
Binary101001011001111111100000110101110101100111101101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FE0; }

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

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

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

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

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

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

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

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