#A49DDB

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

Shades of Wistful #A49DDB

Tints of Wistful #A49DDB

Color information

#A49DDB (or 0xA49DDB) is unknown color: approx Wistful. HEX triplet: A4, 9D and DB. RGB value is (164,157,219). Sum of RGB (Red+Green+Blue) = 164+157+219=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #A49DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DDB is #5B6224. Grayscale: #A5A5A5. Windows color (decimal): -5988901 or 14392740. OLE color: 14392740.

HSL color Cylindrical-coordinate representation of color #A49DDB: hue angle of 246.77º 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 #A49DDB is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164157219-
CMYK0.250.2800.14
HSL246.77º46.27%73.73%-
HSV(B)246.77º28.31%85.88%-
XYZ40.1537.1272.07-
YUV166.16157.82126.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=30.37%
G=29.07%
B=40.56%

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
Decimal1641572190.250.2800.14246.7746.2773.73
HexA49DDB191C0Ef72e4a
Octal244235333313401636756112
Binary101001001001110111011011110011110001110111101111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DDB; }

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

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

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

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

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

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

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

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