#A59BCC

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

Shades of Wistful #A59BCC

Tints of Wistful #A59BCC

Color information

#A59BCC (or 0xA59BCC) is unknown color: approx Wistful. HEX triplet: A5, 9B and CC. RGB value is (165,155,204). Sum of RGB (Red+Green+Blue) = 165+155+204=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #A59BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BCC is #5A6433. Grayscale: #A3A3A3. Windows color (decimal): -5923892 or 13409189. OLE color: 13409189.

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

Color convert

RGB165155204-
CMYK0.190.2400.2
HSL252.24º32.45%70.39%-
HSV(B)252.24º24.02%80%-
XYZ38.1435.862.03-
YUV163.58150.81129.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=31.49%
G=29.58%
B=38.93%

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
Decimal1651552040.190.2400.2252.2432.4570.39
HexA59BCC1318014fc2046
Octal245233314233002437440106
Binary1010010110011011110011001001111000010100111111001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BCC; }

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

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

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

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

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

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

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

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