#A59FD0

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

Shades of Wistful #A59FD0

Tints of Wistful #A59FD0

Color information

#A59FD0 (or 0xA59FD0) is unknown color: approx Wistful. HEX triplet: A5, 9F and D0. RGB value is (165,159,208). Sum of RGB (Red+Green+Blue) = 165+159+208=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #A59FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FD0 is #5A602F. Grayscale: #A6A6A6. Windows color (decimal): -5922864 or 13672357. OLE color: 13672357.

HSL color Cylindrical-coordinate representation of color #A59FD0: hue angle of 247.35º degrees, saturation: 0.34, 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 #A59FD0 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165159208-
CMYK0.210.2400.18
HSL247.35º34.27%71.96%-
HSV(B)247.35º23.56%81.57%-
XYZ39.337.3564.81-
YUV166.38151.49127.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=31.02%
G=29.89%
B=39.10%

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
Decimal1651592080.210.2400.18247.3534.2771.96
HexA59FD01518012f72248
Octal245237320253002236742110
Binary1010010110011111110100001010111000010010111101111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FD0; }

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

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

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

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

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

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

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

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