#A59CCC

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

Shades of Wistful #A59CCC

Tints of Wistful #A59CCC

Color information

#A59CCC (or 0xA59CCC) is unknown color: approx Wistful. HEX triplet: A5, 9C and CC. RGB value is (165,156,204). Sum of RGB (Red+Green+Blue) = 165+156+204=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #A59CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CCC is #5A6333. Grayscale: #A3A3A3. Windows color (decimal): -5923636 or 13409445. OLE color: 13409445.

HSL color Cylindrical-coordinate representation of color #A59CCC: hue angle of 251.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A59CCC is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB165156204-
CMYK0.190.2400.2
HSL251.25º32%70.59%-
HSV(B)251.25º23.53%80%-
XYZ38.336.1462.08-
YUV164.16150.48128.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=31.43%
G=29.71%
B=38.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651562040.190.2400.2251.253270.59
HexA59CCC1318014fb2047
Octal245234314233002437340107
Binary1010010110011100110011001001111000010100111110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CCC; }

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

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

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

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

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

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

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

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