#A59DC5

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

Shades of Wistful #A59DC5

Tints of Wistful #A59DC5

Color information

#A59DC5 (or 0xA59DC5) is unknown color: approx Wistful. HEX triplet: A5, 9D and C5. RGB value is (165,157,197). Sum of RGB (Red+Green+Blue) = 165+157+197=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #A59DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DC5 is #5A623A. Grayscale: #A3A3A3. Windows color (decimal): -5923387 or 12950949. OLE color: 12950949.

HSL color Cylindrical-coordinate representation of color #A59DC5: hue angle of 252º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A59DC5 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB165157197-
CMYK0.160.2000.23
HSL252º25.64%69.41%-
HSV(B)252º20.3%77.25%-
XYZ37.6536.1457.82-
YUV163.95146.65128.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=31.79%
G=30.25%
B=37.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651571970.160.2000.2325225.6469.41
HexA59DC51014017fc1a45
Octal245235305202402737432105
Binary101001011001110111000101100001010001011111111100110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DC5; }

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

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

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

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

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

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

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

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