#A59CD9

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

Shades of Wistful #A59CD9

Tints of Wistful #A59CD9

Color information

#A59CD9 (or 0xA59CD9) is unknown color: approx Wistful. HEX triplet: A5, 9C and D9. RGB value is (165,156,217). Sum of RGB (Red+Green+Blue) = 165+156+217=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 217 - color contains mainly: blue. Hex color #A59CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CD9 is #5A6326. Grayscale: #A5A5A5. Windows color (decimal): -5923623 or 14261413. OLE color: 14261413.

HSL color Cylindrical-coordinate representation of color #A59CD9: hue angle of 248.85º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59CD9 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165156217-
CMYK0.240.2800.15
HSL248.85º44.53%73.14%-
HSV(B)248.85º28.11%85.1%-
XYZ39.9336.7970.64-
YUV165.64156.98127.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.67%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 217 (85.16% from 255) = 40.33%
R=30.67%
G=29.00%
B=40.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651562170.240.2800.15248.8544.5373.14
HexA59CD9181C0Ff92d49
Octal245234331303401737155111
Binary101001011001110011011001110001110001111111110011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CD9; }

 p { color: rgb(165,156,217); }

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

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

 a { background-color: rgb(165,156,217); }

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

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

 span { border-color: rgb(165,156,217); }

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