#A49DD6

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

Shades of Wistful #A49DD6

Tints of Wistful #A49DD6

Color information

#A49DD6 (or 0xA49DD6) is unknown color: approx Wistful. HEX triplet: A4, 9D and D6. RGB value is (164,157,214). Sum of RGB (Red+Green+Blue) = 164+157+214=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #A49DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DD6 is #5B6229. Grayscale: #A5A5A5. Windows color (decimal): -5988906 or 14065060. OLE color: 14065060.

HSL color Cylindrical-coordinate representation of color #A49DD6: hue angle of 247.37º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A49DD6 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164157214-
CMYK0.230.2700.16
HSL247.37º41.01%72.75%-
HSV(B)247.37º26.64%83.92%-
XYZ39.536.8668.65-
YUV165.59155.32126.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.65%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 214 (83.98% from 255) = 40%
R=30.65%
G=29.35%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641572140.230.2700.16247.3741.0172.75
HexA49DD6171B010f72949
Octal244235326273302036751111
Binary1010010010011101110101101011111011010000111101111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DD6; }

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

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

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

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

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

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

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

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