#A59DDB

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

Shades of Wistful #A59DDB

Tints of Wistful #A59DDB

Color information

#A59DDB (or 0xA59DDB) is unknown color: approx Wistful. HEX triplet: A5, 9D and DB. RGB value is (165,157,219). Sum of RGB (Red+Green+Blue) = 165+157+219=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #A59DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DDB is #5A6224. Grayscale: #A6A6A6. Windows color (decimal): -5923365 or 14392741. OLE color: 14392741.

HSL color Cylindrical-coordinate representation of color #A59DDB: hue angle of 247.74º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59DDB is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165157219-
CMYK0.250.2800.14
HSL247.74º46.27%73.73%-
HSV(B)247.74º28.31%85.88%-
XYZ40.3637.2372.08-
YUV166.46157.65126.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=30.50%
G=29.02%
B=40.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651572190.250.2800.14247.7446.2773.73
HexA59DDB191C0Ef82e4a
Octal245235333313401637056112
Binary101001011001110111011011110011110001110111110001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DDB; }

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

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

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

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

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

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

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

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