#A49BEC

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

Shades of Wistful #A49BEC

Tints of Wistful #A49BEC

Color information

#A49BEC (or 0xA49BEC) is unknown color: approx Wistful. HEX triplet: A4, 9B and EC. RGB value is (164,155,236). Sum of RGB (Red+Green+Blue) = 164+155+236=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #A49BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BEC is #5B6413. Grayscale: #A6A6A6. Windows color (decimal): -5989396 or 15506340. OLE color: 15506340.

HSL color Cylindrical-coordinate representation of color #A49BEC: hue angle of 246.67º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A49BEC is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164155236-
CMYK0.310.3400.07
HSL246.67º68.07%76.67%-
HSV(B)246.67º34.32%92.55%-
XYZ42.1737.3984.35-
YUV166.92166.98125.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.55%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=29.55%
G=27.93%
B=42.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641552360.310.3400.07246.6768.0776.67
HexA49BEC1F2207f7444d
Octal244233354374207367104115
Binary1010010010011011111011001111110001001111111011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BEC; }

 p { color: rgb(164,155,236); }

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

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

 a { background-color: rgb(164,155,236); }

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

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

 span { border-color: rgb(164,155,236); }

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