#A59BD2

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

Shades of Wistful #A59BD2

Tints of Wistful #A59BD2

Color information

#A59BD2 (or 0xA59BD2) is unknown color: approx Wistful. HEX triplet: A5, 9B and D2. RGB value is (165,155,210). Sum of RGB (Red+Green+Blue) = 165+155+210=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #A59BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BD2 is #5A642D. Grayscale: #A4A4A4. Windows color (decimal): -5923886 or 13802405. OLE color: 13802405.

HSL color Cylindrical-coordinate representation of color #A59BD2: hue angle of 250.91º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A59BD2 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165155210-
CMYK0.210.2600.18
HSL250.91º37.93%71.57%-
HSV(B)250.91º26.19%82.35%-
XYZ38.8736.165.89-
YUV164.26153.81128.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 210 (82.42% from 255) = 39.62%
R=31.13%
G=29.25%
B=39.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651552100.210.2600.18250.9137.9371.57
HexA59BD2151A012fb2648
Octal245233322253202237346110
Binary1010010110011011110100101010111010010010111110111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BD2; }

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

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

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

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

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

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

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

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