#A59FDC

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

Shades of Wistful #A59FDC

Tints of Wistful #A59FDC

Color information

#A59FDC (or 0xA59FDC) is unknown color: approx Wistful. HEX triplet: A5, 9F and DC. RGB value is (165,159,220). Sum of RGB (Red+Green+Blue) = 165+159+220=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #A59FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FDC is #5A6023. Grayscale: #A7A7A7. Windows color (decimal): -5922852 or 14458789. OLE color: 14458789.

HSL color Cylindrical-coordinate representation of color #A59FDC: hue angle of 245.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59FDC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165159220-
CMYK0.250.2800.14
HSL245.9º46.56%74.31%-
HSV(B)245.9º27.73%86.27%-
XYZ40.8337.9672.89-
YUV167.75157.49126.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.33%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=30.33%
G=29.23%
B=40.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651592200.250.2800.14245.946.5674.31
HexA59FDC191C0Ef62f4a
Octal245237334313401636657112
Binary101001011001111111011100110011110001110111101101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FDC; }

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

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

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

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

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

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

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

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