#A49CCE

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

Shades of Wistful #A49CCE

Tints of Wistful #A49CCE

Color information

#A49CCE (or 0xA49CCE) is unknown color: approx Wistful. HEX triplet: A4, 9C and CE. RGB value is (164,156,206). Sum of RGB (Red+Green+Blue) = 164+156+206=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #A49CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CCE is #5B6331. Grayscale: #A3A3A3. Windows color (decimal): -5989170 or 13540516. OLE color: 13540516.

HSL color Cylindrical-coordinate representation of color #A49CCE: hue angle of 249.6º degrees, saturation: 0.34, 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 #A49CCE is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164156206-
CMYK0.200.2400.19
HSL249.6º33.78%70.98%-
HSV(B)249.6º24.27%80.78%-
XYZ38.3436.1363.34-
YUV164.09151.65127.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=31.18%
G=29.66%
B=39.16%

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
Decimal1641562060.200.2400.19249.633.7870.98
HexA49CCE1418013fa2247
Octal244234316243002337242107
Binary1010010010011100110011101010011000010011111110101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CCE; }

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

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

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

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

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

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

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

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