#A49BDB

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

Shades of Wistful #A49BDB

Tints of Wistful #A49BDB

Color information

#A49BDB (or 0xA49BDB) is unknown color: approx Wistful. HEX triplet: A4, 9B and DB. RGB value is (164,155,219). Sum of RGB (Red+Green+Blue) = 164+155+219=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #A49BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BDB is #5B6424. Grayscale: #A4A4A4. Windows color (decimal): -5989413 or 14392228. OLE color: 14392228.

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

Color convert

RGB164155219-
CMYK0.250.2900.14
HSL248.44º47.06%73.33%-
HSV(B)248.44º29.22%85.88%-
XYZ39.8236.4571.95-
YUV164.99158.48127.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.48%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=30.48%
G=28.81%
B=40.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641552190.250.2900.14248.4447.0673.33
HexA49BDB191D0Ef82f49
Octal244233333313501637057111
Binary101001001001101111011011110011110101110111110001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BDB; }

 p { color: rgb(164,155,219); }

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

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

 a { background-color: rgb(164,155,219); }

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

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

 span { border-color: rgb(164,155,219); }

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