#A59FCB

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

Shades of Wistful #A59FCB

Tints of Wistful #A59FCB

Color information

#A59FCB (or 0xA59FCB) is unknown color: approx Wistful. HEX triplet: A5, 9F and CB. RGB value is (165,159,203). Sum of RGB (Red+Green+Blue) = 165+159+203=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #A59FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FCB is #5A6034. Grayscale: #A5A5A5. Windows color (decimal): -5922869 or 13344677. OLE color: 13344677.

HSL color Cylindrical-coordinate representation of color #A59FCB: hue angle of 248.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A59FCB is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165159203-
CMYK0.190.2200.20
HSL248.18º29.73%70.98%-
HSV(B)248.18º21.67%79.61%-
XYZ38.6937.1161.62-
YUV165.81148.99127.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.31%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=31.31%
G=30.17%
B=38.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651592030.190.2200.20248.1829.7370.98
HexA59FCB1316014f81e47
Octal245237313232602437036107
Binary101001011001111111001011100111011001010011111000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FCB; }

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

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

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

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

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

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

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

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