#A49DCE

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

Shades of Wistful #A49DCE

Tints of Wistful #A49DCE

Color information

#A49DCE (or 0xA49DCE) is unknown color: approx Wistful. HEX triplet: A4, 9D and CE. RGB value is (164,157,206). Sum of RGB (Red+Green+Blue) = 164+157+206=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #A49DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DCE is #5B6231. Grayscale: #A4A4A4. Windows color (decimal): -5988914 or 13540772. OLE color: 13540772.

HSL color Cylindrical-coordinate representation of color #A49DCE: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A49DCE is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164157206-
CMYK0.200.2400.19
HSL248.57º33.33%71.18%-
HSV(B)248.57º23.79%80.78%-
XYZ38.5136.4663.4-
YUV164.68151.32127.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.12%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=31.12%
G=29.79%
B=39.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641572060.200.2400.19248.5733.3371.18
HexA49DCE1418013f92147
Octal244235316243002337141107
Binary1010010010011101110011101010011000010011111110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DCE; }

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

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

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

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

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

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

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

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