#A59FDD

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

Shades of Wistful #A59FDD

Tints of Wistful #A59FDD

Color information

#A59FDD (or 0xA59FDD) is unknown color: approx Wistful. HEX triplet: A5, 9F and DD. RGB value is (165,159,221). Sum of RGB (Red+Green+Blue) = 165+159+221=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #A59FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FDD is #5A6022. Grayscale: #A7A7A7. Windows color (decimal): -5922851 or 14524325. OLE color: 14524325.

HSL color Cylindrical-coordinate representation of color #A59FDD: hue angle of 245.81º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59FDD is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165159221-
CMYK0.250.2800.13
HSL245.81º47.69%74.51%-
HSV(B)245.81º28.05%86.67%-
XYZ40.9738.0273.59-
YUV167.86157.99125.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.28%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=30.28%
G=29.17%
B=40.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651592210.250.2800.13245.8147.6974.51
HexA59FDD191C0Df6304b
Octal245237335313401536660113
Binary101001011001111111011101110011110001101111101101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FDD; }

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

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

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

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

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

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

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

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