#A49CC5

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

Shades of Wistful #A49CC5

Tints of Wistful #A49CC5

Color information

#A49CC5 (or 0xA49CC5) is unknown color: approx Wistful. HEX triplet: A4, 9C and C5. RGB value is (164,156,197). Sum of RGB (Red+Green+Blue) = 164+156+197=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 197 - color contains mainly: blue. Hex color #A49CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CC5 is #5B633A. Grayscale: #A2A2A2. Windows color (decimal): -5989179 or 12950692. OLE color: 12950692.

HSL color Cylindrical-coordinate representation of color #A49CC5: hue angle of 251.71º 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 #A49CC5 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB164156197-
CMYK0.170.2100.23
HSL251.71º26.11%69.22%-
HSV(B)251.71º20.81%77.25%-
XYZ37.2835.757.75-
YUV163.07147.15128.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 197 (77.34% from 255) = 38.10%
R=31.72%
G=30.17%
B=38.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641561970.170.2100.23251.7126.1169.22
HexA49CC51115017fc1a45
Octal244234305212502737432105
Binary101001001001110011000101100011010101011111111100110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CC5; }

 p { color: rgb(164,156,197); }

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

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

 a { background-color: rgb(164,156,197); }

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

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

 span { border-color: rgb(164,156,197); }

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