#A59ACF

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

Shades of Wistful #A59ACF

Tints of Wistful #A59ACF

Color information

#A59ACF (or 0xA59ACF) is unknown color: approx Wistful. HEX triplet: A5, 9A and CF. RGB value is (165,154,207). Sum of RGB (Red+Green+Blue) = 165+154+207=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #A59ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ACF is #5A6530. Grayscale: #A3A3A3. Windows color (decimal): -5924145 or 13605541. OLE color: 13605541.

HSL color Cylindrical-coordinate representation of color #A59ACF: hue angle of 252.45º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A59ACF is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165154207-
CMYK0.200.2600.19
HSL252.45º35.57%70.78%-
HSV(B)252.45º25.6%81.18%-
XYZ38.3435.6263.89-
YUV163.33152.64129.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=31.37%
G=29.28%
B=39.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651542070.200.2600.19252.4535.5770.78
HexA59ACF141A013fc2447
Octal245232317243202337444107
Binary1010010110011010110011111010011010010011111111001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59ACF; }

 p { color: rgb(165,154,207); }

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

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

 a { background-color: rgb(165,154,207); }

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

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

 span { border-color: rgb(165,154,207); }

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