#A59DCA

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

Shades of Wistful #A59DCA

Tints of Wistful #A59DCA

Color information

#A59DCA (or 0xA59DCA) is unknown color: approx Wistful. HEX triplet: A5, 9D and CA. RGB value is (165,157,202). Sum of RGB (Red+Green+Blue) = 165+157+202=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #A59DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DCA is #5A6235. Grayscale: #A4A4A4. Windows color (decimal): -5923382 or 13278629. OLE color: 13278629.

HSL color Cylindrical-coordinate representation of color #A59DCA: hue angle of 250.67º degrees, saturation: 0.3, 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 #A59DCA is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165157202-
CMYK0.180.2200.21
HSL250.67º29.8%70.39%-
HSV(B)250.67º22.28%79.22%-
XYZ38.2336.3860.88-
YUV164.52149.15128.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=31.49%
G=29.96%
B=38.55%

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
Decimal1651572020.180.2200.21250.6729.870.39
HexA59DCA1216015fb1e46
Octal245235312222602537336106
Binary101001011001110111001010100101011001010111111011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DCA; }

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

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

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

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

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

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

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

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