#A59CC0

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

Shades of Wistful #A59CC0

Tints of Wistful #A59CC0

Color information

#A59CC0 (or 0xA59CC0) is unknown color: approx Wistful. HEX triplet: A5, 9C and C0. RGB value is (165,156,192). Sum of RGB (Red+Green+Blue) = 165+156+192=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #A59CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CC0 is #5A633F. Grayscale: #A2A2A2. Windows color (decimal): -5923648 or 12623013. OLE color: 12623013.

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

Color convert

RGB165156192-
CMYK0.140.1900.25
HSL255º22.22%68.24%-
HSV(B)255º18.75%75.29%-
XYZ36.9235.5854.79-
YUV162.79144.48129.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=32.16%
G=30.41%
B=37.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651561920.140.1900.2525522.2268.24
HexA59CC0E13019ff1644
Octal245234300162303137726104
Binary10100101100111001100000011101001101100111111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CC0; }

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

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

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

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

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

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

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

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