#A49EC0

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

Shades of Wistful #A49EC0

Tints of Wistful #A49EC0

Color information

#A49EC0 (or 0xA49EC0) is unknown color: approx Wistful. HEX triplet: A4, 9E and C0. RGB value is (164,158,192). Sum of RGB (Red+Green+Blue) = 164+158+192=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #A49EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EC0 is #5B613F. Grayscale: #A3A3A3. Windows color (decimal): -5988672 or 12623524. OLE color: 12623524.

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

Color convert

RGB164158192-
CMYK0.150.1800.25
HSL250.59º21.25%68.63%-
HSV(B)250.59º17.71%75.29%-
XYZ37.0536.1554.89-
YUV163.67143.99128.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 192 (75.39% from 255) = 37.35%
R=31.91%
G=30.74%
B=37.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641581920.150.1800.25250.5921.2568.63
HexA49EC0F12019fb1545
Octal244236300172203137325105
Binary10100100100111101100000011111001001100111111011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EC0; }

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

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

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

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

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

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

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

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