#A59BDC

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

Shades of Wistful #A59BDC

Tints of Wistful #A59BDC

Color information

#A59BDC (or 0xA59BDC) is unknown color: approx Wistful. HEX triplet: A5, 9B and DC. RGB value is (165,155,220). Sum of RGB (Red+Green+Blue) = 165+155+220=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #A59BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BDC is #5A6423. Grayscale: #A5A5A5. Windows color (decimal): -5923876 or 14457765. OLE color: 14457765.

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

Color convert

RGB165155220-
CMYK0.250.3000.14
HSL249.23º48.15%73.53%-
HSV(B)249.23º29.55%86.27%-
XYZ40.1636.6172.66-
YUV165.4158.81127.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=30.56%
G=28.70%
B=40.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651552200.250.3000.14249.2348.1573.53
HexA59BDC191E0Ef9304a
Octal245233334313601637160112
Binary101001011001101111011100110011111001110111110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BDC; }

 p { color: rgb(165,155,220); }

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

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

 a { background-color: rgb(165,155,220); }

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

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

 span { border-color: rgb(165,155,220); }

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