#A49EC1

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

Shades of Wistful #A49EC1

Tints of Wistful #A49EC1

Color information

#A49EC1 (or 0xA49EC1) is unknown color: approx Wistful. HEX triplet: A4, 9E and C1. RGB value is (164,158,193). Sum of RGB (Red+Green+Blue) = 164+158+193=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #A49EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EC1 is #5B613E. Grayscale: #A3A3A3. Windows color (decimal): -5988671 or 12689060. OLE color: 12689060.

HSL color Cylindrical-coordinate representation of color #A49EC1: hue angle of 250.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49EC1 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164158193-
CMYK0.150.1800.24
HSL250.29º22.01%68.82%-
HSV(B)250.29º18.13%75.69%-
XYZ37.1636.255.48-
YUV163.78144.49128.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.84%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=31.84%
G=30.68%
B=37.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641581930.150.1800.24250.2922.0168.82
HexA49EC1F12018fa1645
Octal244236301172203037226105
Binary10100100100111101100000111111001001100011111010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EC1; }

 p { color: rgb(164,158,193); }

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

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

 a { background-color: rgb(164,158,193); }

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

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

 span { border-color: rgb(164,158,193); }

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