#A59FD9

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

Shades of Wistful #A59FD9

Tints of Wistful #A59FD9

Color information

#A59FD9 (or 0xA59FD9) is unknown color: approx Wistful. HEX triplet: A5, 9F and D9. RGB value is (165,159,217). Sum of RGB (Red+Green+Blue) = 165+159+217=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #A59FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FD9 is #5A6026. Grayscale: #A7A7A7. Windows color (decimal): -5922855 or 14262181. OLE color: 14262181.

HSL color Cylindrical-coordinate representation of color #A59FD9: hue angle of 246.21º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A59FD9 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165159217-
CMYK0.240.2700.15
HSL246.21º43.28%73.73%-
HSV(B)246.21º26.73%85.1%-
XYZ40.4437.8170.81-
YUV167.41155.99126.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 217 (85.16% from 255) = 40.11%
R=30.50%
G=29.39%
B=40.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651592170.240.2700.15246.2143.2873.73
HexA59FD9181B0Ff62b4a
Octal245237331303301736653112
Binary101001011001111111011001110001101101111111101101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FD9; }

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

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

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

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

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

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

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

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