#A49ECA

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

Shades of Wistful #A49ECA

Tints of Wistful #A49ECA

Color information

#A49ECA (or 0xA49ECA) is unknown color: approx Wistful. HEX triplet: A4, 9E and CA. RGB value is (164,158,202). Sum of RGB (Red+Green+Blue) = 164+158+202=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #A49ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ECA is #5B6135. Grayscale: #A4A4A4. Windows color (decimal): -5988662 or 13278884. OLE color: 13278884.

HSL color Cylindrical-coordinate representation of color #A49ECA: hue angle of 248.18º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A49ECA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164158202-
CMYK0.190.2200.21
HSL248.18º29.33%70.59%-
HSV(B)248.18º21.78%79.22%-
XYZ38.236.6160.93-
YUV164.81148.99127.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=31.30%
G=30.15%
B=38.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641582020.190.2200.21248.1829.3370.59
HexA49ECA1316015f81d47
Octal244236312232602537035107
Binary101001001001111011001010100111011001010111111000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49ECA; }

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

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

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

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

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

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

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

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