#A59FD1

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

Shades of Wistful #A59FD1

Tints of Wistful #A59FD1

Color information

#A59FD1 (or 0xA59FD1) is unknown color: approx Wistful. HEX triplet: A5, 9F and D1. RGB value is (165,159,209). Sum of RGB (Red+Green+Blue) = 165+159+209=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #A59FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FD1 is #5A602E. Grayscale: #A6A6A6. Windows color (decimal): -5922863 or 13737893. OLE color: 13737893.

HSL color Cylindrical-coordinate representation of color #A59FD1: hue angle of 247.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A59FD1 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165159209-
CMYK0.210.2400.18
HSL247.2º35.21%72.16%-
HSV(B)247.2º23.92%81.96%-
XYZ39.4237.465.46-
YUV166.49151.99126.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.96%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=30.96%
G=29.83%
B=39.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651592090.210.2400.18247.235.2172.16
HexA59FD11518012f72348
Octal245237321253002236743110
Binary1010010110011111110100011010111000010010111101111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FD1; }

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

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

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

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

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

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

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

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