#A49CC2

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

Shades of Wistful #A49CC2

Tints of Wistful #A49CC2

Color information

#A49CC2 (or 0xA49CC2) is unknown color: approx Wistful. HEX triplet: A4, 9C and C2. RGB value is (164,156,194). Sum of RGB (Red+Green+Blue) = 164+156+194=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #A49CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CC2 is #5B633D. Grayscale: #A2A2A2. Windows color (decimal): -5989182 or 12754084. OLE color: 12754084.

HSL color Cylindrical-coordinate representation of color #A49CC2: hue angle of 252.63º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A49CC2 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164156194-
CMYK0.150.2000.24
HSL252.63º23.75%68.63%-
HSV(B)252.63º19.59%76.08%-
XYZ36.9435.5655.96-
YUV162.72145.65128.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 194 (76.17% from 255) = 37.74%
R=31.91%
G=30.35%
B=37.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641561940.150.2000.24252.6323.7568.63
HexA49CC2F14018fd1845
Octal244234302172403037530105
Binary10100100100111001100001011111010001100011111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CC2; }

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

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

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

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

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

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

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

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