#A59DCD

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

Shades of Wistful #A59DCD

Tints of Wistful #A59DCD

Color information

#A59DCD (or 0xA59DCD) is unknown color: approx Wistful. HEX triplet: A5, 9D and CD. RGB value is (165,157,205). Sum of RGB (Red+Green+Blue) = 165+157+205=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #A59DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DCD is #5A6232. Grayscale: #A4A4A4. Windows color (decimal): -5923379 or 13475237. OLE color: 13475237.

HSL color Cylindrical-coordinate representation of color #A59DCD: hue angle of 250º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A59DCD is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165157205-
CMYK0.200.2300.20
HSL250º32.43%70.98%-
HSV(B)250º23.41%80.39%-
XYZ38.5936.5262.77-
YUV164.86150.65128.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.31%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=31.31%
G=29.79%
B=38.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651572050.200.2300.2025032.4370.98
HexA59DCD1417014fa2047
Octal245235315242702437240107
Binary1010010110011101110011011010010111010100111110101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DCD; }

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

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

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

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

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

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

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

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