#A59CEC

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

Shades of Wistful #A59CEC

Tints of Wistful #A59CEC

Color information

#A59CEC (or 0xA59CEC) is unknown color: approx Wistful. HEX triplet: A5, 9C and EC. RGB value is (165,156,236). Sum of RGB (Red+Green+Blue) = 165+156+236=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #A59CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59CEC is #5A6313. Grayscale: #A7A7A7. Windows color (decimal): -5923604 or 15506597. OLE color: 15506597.

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

Color convert

RGB165156236-
CMYK0.300.3400.07
HSL246.75º67.8%76.86%-
HSV(B)246.75º33.9%92.55%-
XYZ42.5537.8384.42-
YUV167.81166.48126-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.62%
GREEN value IS 156 (61.33% from 255) = 28.01%
BLUE value IS 236 (92.58% from 255) = 42.37%
R=29.62%
G=28.01%
B=42.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651562360.300.3400.07246.7567.876.86
HexA59CEC1E2207f7444d
Octal245234354364207367104115
Binary1010010110011100111011001111010001001111111011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CEC; }

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

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

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

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

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

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

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

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