#A59DDE

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

Shades of Wistful #A59DDE

Tints of Wistful #A59DDE

Color information

#A59DDE (or 0xA59DDE) is unknown color: approx Wistful. HEX triplet: A5, 9D and DE. RGB value is (165,157,222). Sum of RGB (Red+Green+Blue) = 165+157+222=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #A59DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DDE is #5A6221. Grayscale: #A6A6A6. Windows color (decimal): -5923362 or 14589349. OLE color: 14589349.

HSL color Cylindrical-coordinate representation of color #A59DDE: hue angle of 247.38º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A59DDE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165157222-
CMYK0.260.2900.13
HSL247.38º49.62%74.31%-
HSV(B)247.38º29.28%87.06%-
XYZ40.7637.3974.18-
YUV166.8159.15126.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.33%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=30.33%
G=28.86%
B=40.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651572220.260.2900.13247.3849.6274.31
HexA59DDE1A1D0Df7324a
Octal245235336323501536762112
Binary101001011001110111011110110101110101101111101111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DDE; }

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

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

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

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

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

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

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

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