#A59BCB

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

Shades of Wistful #A59BCB

Tints of Wistful #A59BCB

Color information

#A59BCB (or 0xA59BCB) is unknown color: approx Wistful. HEX triplet: A5, 9B and CB. RGB value is (165,155,203). Sum of RGB (Red+Green+Blue) = 165+155+203=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #A59BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BCB is #5A6434. Grayscale: #A3A3A3. Windows color (decimal): -5923893 or 13343653. OLE color: 13343653.

HSL color Cylindrical-coordinate representation of color #A59BCB: hue angle of 252.5º 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 #A59BCB is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165155203-
CMYK0.190.2400.20
HSL252.5º31.58%70.2%-
HSV(B)252.5º23.65%79.61%-
XYZ38.0235.7561.4-
YUV163.46150.31129.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=31.55%
G=29.64%
B=38.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651552030.190.2400.20252.531.5870.2
HexA59BCB1318014fc2046
Octal245233313233002437440106
Binary1010010110011011110010111001111000010100111111001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BCB; }

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

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

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

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

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

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

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

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