#A59DEC

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

Shades of Wistful #A59DEC

Tints of Wistful #A59DEC

Color information

#A59DEC (or 0xA59DEC) is unknown color: approx Wistful. HEX triplet: A5, 9D and EC. RGB value is (165,157,236). Sum of RGB (Red+Green+Blue) = 165+157+236=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #A59DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DEC is #5A6213. Grayscale: #A8A8A8. Windows color (decimal): -5923348 or 15506853. OLE color: 15506853.

HSL color Cylindrical-coordinate representation of color #A59DEC: hue angle of 246.08º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A59DEC is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165157236-
CMYK0.300.3300.07
HSL246.08º67.52%77.06%-
HSV(B)246.08º33.47%92.55%-
XYZ42.7138.1784.47-
YUV168.4166.15125.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.57%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=29.57%
G=28.14%
B=42.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651572360.300.3300.07246.0867.5277.06
HexA59DEC1E2107f6444d
Octal245235354364107366104115
Binary1010010110011101111011001111010000101111111011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DEC; }

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

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

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

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

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

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

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

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