#A59ACD

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

Shades of Wistful #A59ACD

Tints of Wistful #A59ACD

Color information

#A59ACD (or 0xA59ACD) is unknown color: approx Wistful. HEX triplet: A5, 9A and CD. RGB value is (165,154,205). Sum of RGB (Red+Green+Blue) = 165+154+205=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #A59ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ACD is #5A6532. Grayscale: #A2A2A2. Windows color (decimal): -5924147 or 13474469. OLE color: 13474469.

HSL color Cylindrical-coordinate representation of color #A59ACD: hue angle of 252.94º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A59ACD is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165154205-
CMYK0.200.2500.20
HSL252.94º33.77%70.39%-
HSV(B)252.94º24.88%80.39%-
XYZ38.0935.5262.61-
YUV163.1151.64129.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=31.49%
G=29.39%
B=39.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651542050.200.2500.20252.9433.7770.39
HexA59ACD1419014fd2246
Octal245232315243102437542106
Binary1010010110011010110011011010011001010100111111011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59ACD; }

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

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

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

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

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

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

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

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