#A49AC4

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

Shades of Wistful #A49AC4

Tints of Wistful #A49AC4

Color information

#A49AC4 (or 0xA49AC4) is unknown color: approx Wistful. HEX triplet: A4, 9A and C4. RGB value is (164,154,196). Sum of RGB (Red+Green+Blue) = 164+154+196=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #A49AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49AC4 is #5B653B. Grayscale: #A1A1A1. Windows color (decimal): -5989692 or 12884644. OLE color: 12884644.

HSL color Cylindrical-coordinate representation of color #A49AC4: hue angle of 254.29º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A49AC4 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB164154196-
CMYK0.160.2100.23
HSL254.29º26.25%68.63%-
HSV(B)254.29º21.43%76.86%-
XYZ36.8334.9957.04-
YUV161.78147.31129.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=31.91%
G=29.96%
B=38.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641541960.160.2100.23254.2926.2568.63
HexA49AC41015017fe1a45
Octal244232304202502737632105
Binary101001001001101011000100100001010101011111111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AC4; }

 p { color: rgb(164,154,196); }

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

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

 a { background-color: rgb(164,154,196); }

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

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

 span { border-color: rgb(164,154,196); }

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