#A59FDB

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

Shades of Wistful #A59FDB

Tints of Wistful #A59FDB

Color information

#A59FDB (or 0xA59FDB) is unknown color: approx Wistful. HEX triplet: A5, 9F and DB. RGB value is (165,159,219). Sum of RGB (Red+Green+Blue) = 165+159+219=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #A59FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FDB is #5A6024. Grayscale: #A7A7A7. Windows color (decimal): -5922853 or 14393253. OLE color: 14393253.

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

Color convert

RGB165159219-
CMYK0.250.2700.14
HSL246º45.45%74.12%-
HSV(B)246º27.4%85.88%-
XYZ40.737.9172.19-
YUV167.63156.99126.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.39%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=30.39%
G=29.28%
B=40.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651592190.250.2700.1424645.4574.12
HexA59FDB191B0Ef62d4a
Octal245237333313301636655112
Binary101001011001111111011011110011101101110111101101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FDB; }

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

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

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

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

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

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

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

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