#A59DD1

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

Shades of Wistful #A59DD1

Tints of Wistful #A59DD1

Color information

#A59DD1 (or 0xA59DD1) is unknown color: approx Wistful. HEX triplet: A5, 9D and D1. RGB value is (165,157,209). Sum of RGB (Red+Green+Blue) = 165+157+209=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #A59DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DD1 is #5A622E. Grayscale: #A5A5A5. Windows color (decimal): -5923375 or 13737381. OLE color: 13737381.

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

Color convert

RGB165157209-
CMYK0.210.2500.18
HSL249.23º36.11%71.76%-
HSV(B)249.23º24.88%81.96%-
XYZ39.0836.7265.35-
YUV165.32152.65127.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.07%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=31.07%
G=29.57%
B=39.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651572090.210.2500.18249.2336.1171.76
HexA59DD11519012f92448
Octal245235321253102237144110
Binary1010010110011101110100011010111001010010111110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DD1; }

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

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

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

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

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

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

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

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