#A59BD8

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

Shades of Wistful #A59BD8

Tints of Wistful #A59BD8

Color information

#A59BD8 (or 0xA59BD8) is unknown color: approx Wistful. HEX triplet: A5, 9B and D8. RGB value is (165,155,216). Sum of RGB (Red+Green+Blue) = 165+155+216=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #A59BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BD8 is #5A6427. Grayscale: #A4A4A4. Windows color (decimal): -5923880 or 14195621. OLE color: 14195621.

HSL color Cylindrical-coordinate representation of color #A59BD8: hue angle of 249.84º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59BD8 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165155216-
CMYK0.240.2800.15
HSL249.84º43.88%72.75%-
HSV(B)249.84º28.24%84.71%-
XYZ39.6336.469.9-
YUV164.94156.81128.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.78%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 216 (84.77% from 255) = 40.30%
R=30.78%
G=28.92%
B=40.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651552160.240.2800.15249.8443.8872.75
HexA59BD8181C0Ffa2c49
Octal245233330303401737254111
Binary101001011001101111011000110001110001111111110101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BD8; }

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

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

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

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

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

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

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

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