#A59CBF

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

Shades of Wistful #A59CBF

Tints of Wistful #A59CBF

Color information

#A59CBF (or 0xA59CBF) is unknown color: approx Wistful. HEX triplet: A5, 9C and BF. RGB value is (165,156,191). Sum of RGB (Red+Green+Blue) = 165+156+191=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #A59CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CBF is #5A6340. Grayscale: #A2A2A2. Windows color (decimal): -5923649 or 12557477. OLE color: 12557477.

HSL color Cylindrical-coordinate representation of color #A59CBF: hue angle of 255.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A59CBF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165156191-
CMYK0.140.1800.25
HSL255.43º21.47%68.04%-
HSV(B)255.43º18.32%74.9%-
XYZ36.8135.5454.21-
YUV162.68143.98129.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 191 (75% from 255) = 37.30%
R=32.23%
G=30.47%
B=37.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651561910.140.1800.25255.4321.4768.04
HexA59CBFE12019ff1544
Octal245234277162203137725104
Binary10100101100111001011111111101001001100111111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CBF; }

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

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

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

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

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

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

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

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