#A49CF3

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

Shades of Wistful #A49CF3

Tints of Wistful #A49CF3

Color information

#A49CF3 (or 0xA49CF3) is unknown color: approx Wistful. HEX triplet: A4, 9C and F3. RGB value is (164,156,243). Sum of RGB (Red+Green+Blue) = 164+156+243=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #A49CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49CF3 is #5B630C. Grayscale: #A7A7A7. Windows color (decimal): -5989133 or 15965348. OLE color: 15965348.

HSL color Cylindrical-coordinate representation of color #A49CF3: hue angle of 245.52º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A49CF3 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164156243-
CMYK0.330.3600.05
HSL245.52º78.38%78.24%-
HSV(B)245.52º35.8%95.29%-
XYZ43.3838.1489.87-
YUV168.31170.15124.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.13%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 243 (95.31% from 255) = 43.16%
R=29.13%
G=27.71%
B=43.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641562430.330.3600.05245.5278.3878.24
HexA49CF3212405f64e4e
Octal244234363414405366116116
Binary10100100100111001111001110000110010001011111011010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CF3; }

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

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

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

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

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

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

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

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