#A59BCE

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

Shades of Wistful #A59BCE

Tints of Wistful #A59BCE

Color information

#A59BCE (or 0xA59BCE) is unknown color: approx Wistful. HEX triplet: A5, 9B and CE. RGB value is (165,155,206). Sum of RGB (Red+Green+Blue) = 165+155+206=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #A59BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BCE is #5A6431. Grayscale: #A3A3A3. Windows color (decimal): -5923890 or 13540261. OLE color: 13540261.

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

Color convert

RGB165155206-
CMYK0.200.2500.19
HSL251.76º34.23%70.78%-
HSV(B)251.76º24.76%80.78%-
XYZ38.3835.963.3-
YUV163.8151.81128.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=31.37%
G=29.47%
B=39.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651552060.200.2500.19251.7634.2370.78
HexA59BCE1419013fc2247
Octal245233316243102337442107
Binary1010010110011011110011101010011001010011111111001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BCE; }

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

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

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

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

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

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

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

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