#A59DC9

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

Shades of Wistful #A59DC9

Tints of Wistful #A59DC9

Color information

#A59DC9 (or 0xA59DC9) is unknown color: approx Wistful. HEX triplet: A5, 9D and C9. RGB value is (165,157,201). Sum of RGB (Red+Green+Blue) = 165+157+201=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 201 - color contains mainly: blue. Hex color #A59DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DC9 is #5A6236. Grayscale: #A4A4A4. Windows color (decimal): -5923383 or 13213093. OLE color: 13213093.

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

Color convert

RGB165157201-
CMYK0.180.2200.21
HSL250.91º28.95%70.2%-
HSV(B)250.91º21.89%78.82%-
XYZ38.1236.3360.26-
YUV164.41148.65128.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 201 (78.91% from 255) = 38.43%
R=31.55%
G=30.02%
B=38.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651572010.180.2200.21250.9128.9570.2
HexA59DC91216015fb1d46
Octal245235311222602537335106
Binary101001011001110111001001100101011001010111111011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DC9; }

 p { color: rgb(165,157,201); }

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

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

 a { background-color: rgb(165,157,201); }

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

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

 span { border-color: rgb(165,157,201); }

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