#A59FCC

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

Shades of Wistful #A59FCC

Tints of Wistful #A59FCC

Color information

#A59FCC (or 0xA59FCC) is unknown color: approx Wistful. HEX triplet: A5, 9F and CC. RGB value is (165,159,204). Sum of RGB (Red+Green+Blue) = 165+159+204=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #A59FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FCC is #5A6033. Grayscale: #A5A5A5. Windows color (decimal): -5922868 or 13410213. OLE color: 13410213.

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

Color convert

RGB165159204-
CMYK0.190.2200.2
HSL248º30.61%71.18%-
HSV(B)248º22.06%80%-
XYZ38.8137.1662.25-
YUV165.92149.49127.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=31.25%
G=30.11%
B=38.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651592040.190.2200.224830.6171.18
HexA59FCC1316014f81f47
Octal245237314232602437037107
Binary101001011001111111001100100111011001010011111000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FCC; }

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

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

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

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

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

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

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

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