#A59DCE

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

Shades of Wistful #A59DCE

Tints of Wistful #A59DCE

Color information

#A59DCE (or 0xA59DCE) is unknown color: approx Wistful. HEX triplet: A5, 9D and CE. RGB value is (165,157,206). Sum of RGB (Red+Green+Blue) = 165+157+206=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #A59DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DCE is #5A6231. Grayscale: #A4A4A4. Windows color (decimal): -5923378 or 13540773. OLE color: 13540773.

HSL color Cylindrical-coordinate representation of color #A59DCE: hue angle of 249.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A59DCE is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165157206-
CMYK0.200.2400.19
HSL249.8º33.33%71.18%-
HSV(B)249.8º23.79%80.78%-
XYZ38.7136.5763.41-
YUV164.98151.15128.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=31.25%
G=29.73%
B=39.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651572060.200.2400.19249.833.3371.18
HexA59DCE1418013fa2147
Octal245235316243002337241107
Binary1010010110011101110011101010011000010011111110101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DCE; }

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

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

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

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

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

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

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

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